diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | src/lib/test_merchant_api.conf | 14 |
2 files changed, 15 insertions, 0 deletions
@@ -28,6 +28,7 @@ GTAGS src/backend/taler-merchant-httpd src/lib/test_merchant_api src/lib/test_merchant_api_home/.local/share/taler/exchange/live-keys/ +src/lib/test_merchant_api_home/.local/share/taler/wirefees/ taler_merchant_config.h taler_merchant_config.h.in doc/* diff --git a/src/lib/test_merchant_api.conf b/src/lib/test_merchant_api.conf index 9f8049b3..0fcd11a7 100644 --- a/src/lib/test_merchant_api.conf +++ b/src/lib/test_merchant_api.conf @@ -43,6 +43,20 @@ INSTANCES = tor default # Enable 'test' for testing of the actual coin operations. ENABLE = YES +# Fees for the forseeable future... +# If you see this after 2017, update to match the next 10 years... +WIRE-FEE-2017 = EUR:0.01 +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 + + [merchant-exchange-test] URI = http://localhost:8081/ MASTER_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG |