libeufin

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

commit 2a0e5d1d334a8e4ddedcad7cce0494fcc8915a85
parent cc6d933c519b5f767f042931478fbe8eb178ce3b
Author: MS <ms@taler.net>
Date:   Wed, 15 Jun 2022 09:35:32 +0200

include IBAN in balance response

Diffstat:
Msandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt @@ -1368,6 +1368,7 @@ val sandboxApp: Application.() -> Unit = { bic = bankAccount.bic, receiverName = getPersonNameFromCustomer(username ?: "admin") ) + val iban = bankAccount.iban }) return@get }