gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Temporarily omitting receiver's BIC.


From: gnunet
Subject: [libeufin] branch master updated: Temporarily omitting receiver's BIC.
Date: Tue, 16 Jun 2020 14:44:28 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new a943fff  Temporarily omitting receiver's BIC.
a943fff is described below

commit a943fff1e085c96ebb26d1a796eb7815b656d2f6
Author: MS <ms@taler.net>
AuthorDate: Tue Jun 16 14:43:24 2020 +0200

    Temporarily omitting receiver's BIC.
---
 nexus/src/main/kotlin/tech/libeufin/nexus/Helpers.kt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Helpers.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/Helpers.kt
index ad07c9f..1f5473f 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Helpers.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Helpers.kt
@@ -285,9 +285,10 @@ fun createPain001document(paymentData: 
PreparedPaymentEntity): String {
                             attribute("Ccy", paymentData.currency)
                             text(paymentData.sum.toString())
                         }
+                        /*
                         element("CdtrAgt/FinInstnId/BIC") {
                             text(paymentData.creditorBic)
-                        }
+                        }*/
                         element("Cdtr/Nm") {
                             text(paymentData.creditorName)
                         }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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