libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 4fc0d7febbbc3bf310bbdbed6ec40880c7298bc2
parent b6067b27834d0a8c50e61c8306371f379bcad7c8
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Sun, 12 Jan 2020 13:21:58 +0100

debug

Diffstat:
Msandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt @@ -367,17 +367,17 @@ fun handleEbicsHtd(): ByteArray { } this.orderInfoList = listOf( EbicsTypes.AuthOrderInfoType().apply { - this.description = "foo" + this.description = "foo1" this.orderType = "C53" this.transferType = "Download" }, EbicsTypes.AuthOrderInfoType().apply { - this.description = "foo" + this.description = "foo2" this.orderType = "C52" this.transferType = "Download" }, EbicsTypes.AuthOrderInfoType().apply { - this.description = "foo" + this.description = "foo3" this.orderType = "CCC" this.transferType = "Upload" }