From 4f846eab966e2366c860c8708d3c47c18397d346 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 8 Jun 2019 19:55:18 +0200 Subject: fix #5756, also change sepa->iban as per payto:// spec --- src/lib/test_auditor_api.conf | 4 ++-- src/lib/test_exchange_api.conf | 4 ++-- src/lib/test_exchange_api_keys_cherry_picking.conf | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/lib') 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 -- cgit v1.2.3