libeufin

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

commit cc6d933c519b5f767f042931478fbe8eb178ce3b
parent 4604a46031933edd78380a4782c318574ce2b8bd
Author: MS <ms@taler.net>
Date:   Wed, 15 Jun 2022 09:32:05 +0200

include account's 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 @@ -1538,6 +1538,7 @@ val sandboxApp: Application.() -> Unit = { bic = bankAccount.bic, receiverName = getPersonNameFromCustomer(req.username) ) + val iban = bankAccount.iban }) return@post }