gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: namespace


From: gnunet
Subject: [libeufin] branch master updated: namespace
Date: Wed, 25 Mar 2020 13:29:26 +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 1d4f7c7  namespace
1d4f7c7 is described below

commit 1d4f7c73677ccd029b7c5be91c45a254a569901c
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Mar 25 13:29:17 2020 +0100

    namespace
---
 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 04e9bd8..0a59fd0 100644
--- 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") {

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]