gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 01/02: avoid breaking (CAMT) node


From: gnunet
Subject: [libeufin] 01/02: avoid breaking (CAMT) node
Date: Wed, 06 Jul 2022 17:06:43 +0200

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

ms pushed a commit to branch master
in repository libeufin.

commit 0c7d378c339d8285ddf48b7f4c9a0e1c9f7ca571
Author: MS <ms@taler.net>
AuthorDate: Wed Jul 6 11:34:59 2022 +0200

    avoid breaking (CAMT) node
---
 .../src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt    | 5 +++--
 1 file changed, 3 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 4b0ec286..a4b1f5c4 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
@@ -302,14 +302,15 @@ fun buildCamtString(
                     element("CreDtTm") {
                         text(zonedDateTime)
                     }
-                    element("MsgPgntn") {
+                    // Block below used to fail validation:
+                    /*element("MsgPgntn") {
                         element("PgNb") {
                             text("001")
                         }
                         element("LastPgInd") {
                             text("true")
                         }
-                    }
+                    }*/
                 }
                 element(if (type == 52) "Rpt" else "Stmt") {
                     element("Id") {

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