merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit b01abb5edb380a21d13354a07966557944636225
parent 765fa0cb91c202060010aebb0904630d780f1849
Author: Antoine A <>
Date:   Tue,  6 Feb 2024 16:07:10 +0100

Add missing libeufin-bank mandatory config values

Diffstat:
Msrc/testing/test_merchant_api.conf | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/testing/test_merchant_api.conf b/src/testing/test_merchant_api.conf @@ -22,6 +22,8 @@ HTTP_PORT = 8082 [libeufin-bank] CURRENCY = EUR +WIRE_TYPE = iban +IBAN_PAYTO_BIC = SANDBOXX DEFAULT_CUSTOMER_DEBT_LIMIT = EUR:200 DEFAULT_ADMIN_DEBT_LIMIT = EUR:2000 REGISTRATION_BONUS_ENABLED = yes