gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: enable (incomplete) C52


From: gnunet
Subject: [libeufin] branch master updated: enable (incomplete) C52
Date: Fri, 10 Jan 2020 14:40:55 +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 9820b5d  enable (incomplete) C52
9820b5d is described below

commit 9820b5d51c52f18c1ce9fe776498bfcb1d00a10f
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jan 10 14:40:47 2020 +0100

    enable (incomplete) C52
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt | 4 ++--
 1 file changed, 2 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 8badb48..78966ed 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
@@ -1,4 +1,4 @@
-/*
+</*
  * This file is part of LibEuFin.
  * Copyright (C) 2019 Stanisci and Dold.
 
@@ -604,7 +604,7 @@ suspend fun ApplicationCall.ebicsweb() {
                             val response = when (orderType) {
                                 "HTD" -> handleEbicsHtd()
                                 "HKD" -> handleEbicsHkd()
-                                // "C52" -> 
handleEbicsC52(requestObject.header)
+                                "C52" -> 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]