commit 0c7d378c339d8285ddf48b7f4c9a0e1c9f7ca571 parent 6f1c95a87a4bfdcccb725bfa69601e087d27a141 Author: MS <ms@taler.net> Date: Wed, 6 Jul 2022 11:34:59 +0200 avoid breaking (CAMT) node Diffstat:
| M | sandbox/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 @@ -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") {