gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: same


From: gnunet
Subject: [libeufin] branch master updated: same
Date: Tue, 31 Aug 2021 11:58:57 +0200

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

ms pushed a commit to branch master
in repository libeufin.

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

commit d16a5b13dde1f060ef34b36fd95b8040aab2a62c
Author: MS <ms@taler.net>
AuthorDate: Mon Aug 30 22:58:53 2021 -1100

    same
---
 .../src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt   | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
index 8db3e72..548c298 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
@@ -979,9 +979,11 @@ private fun 
handleEbicsDownloadTransactionInitialization(requestContext: Request
     val response = when (orderType) {
         "HTD" -> handleEbicsHtd(requestContext)
         "HKD" -> handleEbicsHkd(requestContext)
-        /* Temporarily handling C52/C53 with same logic */
         "C53" -> handleEbicsC53(requestContext)
-        "C52" -> handleEbicsC53(requestContext) // why?
+        "C52" -> throw EbicsRequestError(
+            "[EBICS_PROCESSING_ERROR] C52 not implemented",
+            "091116"
+        )
         "TSD" -> handleEbicsTSD()
         "PTK" -> handleEbicsPTK()
         else -> throw EbicsInvalidXmlError()

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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