diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-17 16:06:34 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-17 16:06:34 +0100 |
commit | eaf7955373f00e98324ca120a5835070a745080e (patch) | |
tree | ae02d04ecf4de63fa2ebd0a22022a48ca6c8dd7f /src/testing/test_merchant_api.conf | |
parent | 76a97f5680d11ce2a7e7cca9cd67c38698fc42f7 (diff) |
purge obsolte options from config
Diffstat (limited to 'src/testing/test_merchant_api.conf')
-rw-r--r-- | src/testing/test_merchant_api.conf | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/testing/test_merchant_api.conf b/src/testing/test_merchant_api.conf index 791ed3a6..ce4d3d3e 100644 --- a/src/testing/test_merchant_api.conf +++ b/src/testing/test_merchant_api.conf @@ -125,10 +125,6 @@ CONFIG = postgres:///talercheck # What is the exchange's bank account (with the "Taler Bank" demo system)? PAYTO_URI = "payto://x-taler-bank/localhost/2" -# 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}/exchange/account-2.json - WIRE_GATEWAY_URL = "http://localhost:8082/2/" WIRE_GATEWAY_AUTH_METHOD = NONE @@ -136,33 +132,6 @@ ENABLE_DEBIT = YES ENABLE_CREDIT = YES -# wire fees -[fees-x-taler-bank] - -# Fees for the foreseeable future... -# If you see this after 2018, update to match the next 10 years... -WIRE-FEE-2018 = EUR:0.01 -WIRE-FEE-2019 = EUR:0.01 -WIRE-FEE-2020 = EUR:0.01 -WIRE-FEE-2021 = EUR:0.01 -WIRE-FEE-2022 = EUR:0.01 -WIRE-FEE-2023 = EUR:0.01 -WIRE-FEE-2024 = EUR:0.01 -WIRE-FEE-2025 = EUR:0.01 -WIRE-FEE-2026 = EUR:0.01 -WIRE-FEE-2027 = EUR:0.01 -CLOSING-FEE-2018 = EUR:0.01 -CLOSING-FEE-2019 = EUR:0.01 -CLOSING-FEE-2020 = EUR:0.01 -CLOSING-FEE-2021 = EUR:0.01 -CLOSING-FEE-2022 = EUR:0.01 -CLOSING-FEE-2023 = EUR:0.01 -CLOSING-FEE-2024 = EUR:0.01 -CLOSING-FEE-2025 = EUR:0.01 -CLOSING-FEE-2026 = EUR:0.01 -CLOSING-FEE-2027 = EUR:0.01 - - [coin_eur_ct_1] value = EUR:0.01 duration_withdraw = 7 days |