gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Revert "Temporarily omitting receiver'


From: gnunet
Subject: [libeufin] branch master updated: Revert "Temporarily omitting receiver's BIC."
Date: Tue, 16 Jun 2020 15:54:09 +0200

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

dold pushed a commit to branch master
in repository libeufin.

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

commit b4d17b5fcd20182f88f019539d7f0533b21856e3
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Tue Jun 16 19:24:01 2020 +0530

    Revert "Temporarily omitting receiver's BIC."
    
    This reverts commit a943fff1e085c96ebb26d1a796eb7815b656d2f6.
---
 nexus/src/main/kotlin/tech/libeufin/nexus/Helpers.kt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Helpers.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/Helpers.kt
index 6aeb526..8918ad4 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Helpers.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Helpers.kt
@@ -285,10 +285,9 @@ fun createPain001document(paymentData: 
InitiatedPaymentEntity): 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]