commit 1d4f7c73677ccd029b7c5be91c45a254a569901c
parent 226334882e42cf8e086285892d3c51d7bd9d7a31
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Wed, 25 Mar 2020 13:29:17 +0100
namespace
Diffstat:
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
@@ -178,7 +178,7 @@ fun buildCamtString(history: SizedIterable<BankTransactionEntity>, type: Int): S
return constructXml(indent = true) {
root("Document") {
- attribute("xmlns", "urn:iso:std:iso:20022:tech:xsd:camt.053.001.08")
+ attribute("xmlns", "urn:iso:std:iso:20022:tech:xsd:camt.053.001.02")
attribute("xmlns:xsi", "http://www.w3.org/2001/XMLSchema-instance")
attribute("xmlns:schemaLocation", "urn:iso:std:iso:20022:tech:xsd:camt.053.001.02 camt.053.001.02.xsd")
element("BkToCstmrStmt") {