gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: debug


From: gnunet
Subject: [libeufin] branch master updated: debug
Date: Sun, 12 Jan 2020 13:22:06 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 4fc0d7f  debug
4fc0d7f is described below

commit 4fc0d7febbbc3bf310bbdbed6ec40880c7298bc2
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sun Jan 12 13:21:58 2020 +0100

    debug
---
 .../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
index 3e9b190..c8db5c3 100644
--- 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"
                 }

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]