libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

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

Revert "Temporarily omitting receiver's BIC."

This reverts commit a943fff1e085c96ebb26d1a796eb7815b656d2f6.

Diffstat:
Mnexus/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 @@ -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) }