gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: C53.


From: gnunet
Subject: [libeufin] branch master updated: C53.
Date: Tue, 14 Jan 2020 12:25:27 +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 17c9189  C53.
17c9189 is described below

commit 17c9189d3f80b995aa1df4dc8161fffd49877087
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jan 14 12:24:45 2020 +0100

    C53.
    
    Temporarily handling C52 and C53 with the same handler.
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
index 1dc31e8..02d1a24 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
@@ -611,7 +611,10 @@ suspend fun ApplicationCall.ebicsweb() {
                             val response = when (orderType) {
                                 "HTD" -> handleEbicsHtd()
                                 "HKD" -> handleEbicsHkd()
+
+                                /* Temporarily handling C52/C53 with same 
logic */
                                 "C52" -> handleEbicsC52(requestObject.header)
+                                "C53" -> handleEbicsC52(requestObject.header)
                                 else -> throw EbicsInvalidXmlError()
                             }
 

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



reply via email to

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