diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-06-08 19:55:18 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-06-08 19:55:18 +0200 |
commit | 4f846eab966e2366c860c8708d3c47c18397d346 (patch) | |
tree | 935d88530cc09a9c1fe935c7205ede29356bbbce /src/lib/test_exchange_api.conf | |
parent | 8800110b72d539e6e9a57ca9e6a66a9ad427f528 (diff) |
fix #5756, also change sepa->iban as per payto:// spec
Diffstat (limited to 'src/lib/test_exchange_api.conf')
-rw-r--r-- | src/lib/test_exchange_api.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/test_exchange_api.conf b/src/lib/test_exchange_api.conf index a44bab3ae..c2159dcd6 100644 --- a/src/lib/test_exchange_api.conf +++ b/src/lib/test_exchange_api.conf @@ -58,7 +58,7 @@ CONFIG = "postgres:///talercheck" # advertised in /wire. [account-1] # What is the URL of our account? -URL = "payto://sepa/CH9300762011623852957" +URL = "payto://iban/CH9300762011623852957" # This is the response we give out for the /wire request. It provides # wallets with the bank information for transfers to the exchange. WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-1.json @@ -90,7 +90,7 @@ ENABLE_CREDIT = YES # Sections starting with "fee-" configure the wire fee for the # respective wire method. -[fees-sepa] +[fees-iban] # Fees for the forseeable future... # If you see this after 2017, update to match the next 10 years... WIRE-FEE-2018 = EUR:0.01 |