libeufin

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

commit d1257925553816bd333549b6dbbfced7c2d9eb62
parent a0224f355ca2bc4e6e8aeef671acfd76a9623580
Author: ms <ms@taler.net>
Date:   Sat, 23 Oct 2021 09:32:32 +0200

currency gone from bank account creation request

Diffstat:
Msandbox/src/main/kotlin/tech/libeufin/sandbox/JSON.kt | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/JSON.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/JSON.kt @@ -82,7 +82,6 @@ data class BankAccountRequest( */ val name: String, val label: String, - val currency: String ) data class CustomerRegistration(