gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: offering VMK


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

commit c023fa684b4f469c4f25bf12107e1e98161c91df
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sun Jan 12 14:12:39 2020 +0100

    offering VMK
---
 .../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 078fc7e..4b0a193 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
@@ -380,6 +380,11 @@ fun handleEbicsHtd(): ByteArray {
                     this.description = "foo3"
                     this.orderType = "CCC"
                     this.transferType = "Upload"
+                },
+                EbicsTypes.AuthOrderInfoType().apply {
+                    this.description = "foo4"
+                    this.orderType = "VMK"
+                    this.transferType = "Download"
                 }
             )
         }
@@ -391,7 +396,7 @@ fun handleEbicsHtd(): ByteArray {
             }
             this.permissionList = listOf(
                 EbicsTypes.UserPermission().apply {
-                    this.orderTypes = "C53 C52 CCC"
+                    this.orderTypes = "C53 C52 CCC VMK"
                 }
             )
         }

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



reply via email to

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