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 | |
parent | 8800110b72d539e6e9a57ca9e6a66a9ad427f528 (diff) |
fix #5756, also change sepa->iban as per payto:// spec
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/test_auditor_api.conf | 4 | ||||
-rw-r--r-- | src/lib/test_exchange_api.conf | 4 | ||||
-rw-r--r-- | src/lib/test_exchange_api_keys_cherry_picking.conf | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/test_auditor_api.conf b/src/lib/test_auditor_api.conf index 532f9c932..e01cbfcbd 100644 --- a/src/lib/test_auditor_api.conf +++ b/src/lib/test_auditor_api.conf @@ -57,7 +57,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 @@ -89,7 +89,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 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 diff --git a/src/lib/test_exchange_api_keys_cherry_picking.conf b/src/lib/test_exchange_api_keys_cherry_picking.conf index afa003fa9..99949418f 100644 --- a/src/lib/test_exchange_api_keys_cherry_picking.conf +++ b/src/lib/test_exchange_api_keys_cherry_picking.conf @@ -62,7 +62,7 @@ CONFIG = "postgres:///talercheck" WIRE_RESPONSE = ${TALER_CONFIG_HOME}/iban.json # What is the URL of our bank account? Must match WIRE_RESPONSE above! -URL = payto://sepa/FIXME +URL = payto://iban/FIXME # Which plugin implements access for this account? PLUGIN = "ebics" @@ -132,7 +132,7 @@ CLOSING-FEE-2034 = EUR:0.01 CLOSING-FEE-2035 = EUR:0.01 -[fees-sepa] +[fees-iban] # Fees for the forseeable future... # If you see this after 2017, update to match the next 10 years... WIRE-FEE-2017 = EUR:0.01 |