gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix Camt.052 generation


From: gnunet
Subject: [libeufin] branch master updated: fix Camt.052 generation
Date: Tue, 31 Aug 2021 22:55:14 +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 6b9b215  fix Camt.052 generation
6b9b215 is described below

commit 6b9b2158814ab03c14eb147f94e0f34b9c7d5ce4
Author: MS <ms@taler.net>
AuthorDate: Tue Aug 31 09:55:11 2021 -1100

    fix Camt.052 generation
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt | 2 +-
 1 file changed, 1 insertion(+), 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 34c56b8..4f28f08 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
@@ -238,7 +238,7 @@ fun buildCamtString(
                 "xsi:schemaLocation",
                 "urn:iso:std:iso:20022:tech:xsd:camt.0${type}.001.02 
camt.0${type}.001.02.xsd"
             )
-            element("BkToCstmrStmt") {
+            element(if (type == 53) "BkToCstmrStmt" else "BkToCstmrAcctRpt") {
                 element("GrpHdr") {
                     element("MsgId") {
                         text(messageId)

-- 
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]