commit 2c87637ee83b4199ab2d533bfaca94a3e8f2cc23 parent b4387ea7b3ae177b06827bbad397887f5556957f Author: Christian Grothoff <christian@grothoff.org> Date: Fri, 3 Mar 2017 20:36:44 +0100 add missing fee options in test configuration Diffstat:
| M | .gitignore | | | 1 | + |
| M | src/lib/test_merchant_api.conf | | | 14 | ++++++++++++++ |
2 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -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 @@ -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