commit 4d78359cb8147722fbb33a2c1082ba6bb906715e
parent ebc6454435ca01196c306d7fa1a446853ef25b38
Author: Antoine A <>
Date: Tue, 12 Nov 2024 17:23:41 +0100
nexus: revert adding software info into pain.001 messages
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/iso20022/pain001.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/iso20022/pain001.kt
@@ -72,11 +72,12 @@ fun createPain001(
el("NbOfTxs", msg.txs.size.toString())
el("CtrlSum", totalAmount)
el("InitgPty/Nm", msg.debtor.name)
+ /* TODO fail with GLS: ES_VERIFICATION IncorrectFileStructure - 'Signature verification' 'The file format is incomplete or invalid'
el("InitnSrc") {
el("Nm", "LibEuFin")
el("Prvdr", "Taler Systems SA")
el("Vrsn", VERSION)
- }
+ }*/
}
el("PmtInf") {
el("PmtInfId", "NOTPROVIDED")