summaryrefslogtreecommitdiff
path: root/nexus/src/main/kotlin/tech/libeufin/nexus/Iso20022.kt
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/src/main/kotlin/tech/libeufin/nexus/Iso20022.kt')
-rw-r--r--nexus/src/main/kotlin/tech/libeufin/nexus/Iso20022.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Iso20022.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/Iso20022.kt
index 950b7852..a06e9fe7 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Iso20022.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Iso20022.kt
@@ -82,7 +82,7 @@ fun createPain001(
return XmlBuilder.toBytes("Document") {
attr("xmlns", "urn:iso:std:iso:20022:tech:xsd:pain.001.001.$version")
attr("xmlns:xsi", "http://www.w3.org/2001/XMLSchema-instance")
- attr("xsi:schemaLocation", "urn:iso:std:iso:20022:tech:xsd:pain.001.001.$version pain.001.001.09_GBIC_4.xsd") // TODO: remove _GBIC_4 if not nescessary
+ attr("xsi:schemaLocation", "urn:iso:std:iso:20022:tech:xsd:pain.001.001.$version pain.001.001.$version.xsd") // TODO: remove _GBIC_4 if not nescessary
el("CstmrCdtTrfInitn") {
el("GrpHdr") {
el("MsgId", requestUid)
@@ -92,7 +92,7 @@ fun createPain001(
el("InitgPty/Nm", debitAccount.name)
}
el("PmtInf") {
- el("PmtInfId", "TEST_1234_PROVIDED")
+ el("PmtInfId", "NOTPROVIDED")
el("PmtMtd", "TRF")
el("BtchBookg", "true")
el("NbOfTxs", "1")