gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: offering STA


From: gnunet
Subject: [libeufin] branch master updated: offering STA
Date: Sun, 12 Jan 2020 14:17:33 +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 f15eeb7  offering STA
f15eeb7 is described below

commit f15eeb78d2201a81e6b58d49f456b098e2be6739
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sun Jan 12 14:17:28 2020 +0100

    offering STA
---
 .../src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt  | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git 
a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
index 4b0a193..1dc31e8 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
@@ -385,6 +385,11 @@ fun handleEbicsHtd(): ByteArray {
                     this.description = "foo4"
                     this.orderType = "VMK"
                     this.transferType = "Download"
+                },
+                EbicsTypes.AuthOrderInfoType().apply {
+                    this.description = "foo5"
+                    this.orderType = "STA"
+                    this.transferType = "Download"
                 }
             )
         }
@@ -396,7 +401,7 @@ fun handleEbicsHtd(): ByteArray {
             }
             this.permissionList = listOf(
                 EbicsTypes.UserPermission().apply {
-                    this.orderTypes = "C53 C52 CCC VMK"
+                    this.orderTypes = "C53 C52 CCC VMK STA"
                 }
             )
         }

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



reply via email to

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