gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-merchant] branch master updated: add missing fee opt


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: add missing fee options in test configuration
Date: Fri, 03 Mar 2017 20:36:46 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 2c87637  add missing fee options in test configuration
2c87637 is described below

commit 2c87637ee83b4199ab2d533bfaca94a3e8f2cc23
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Mar 3 20:36:44 2017 +0100

    add missing fee options in test configuration
---
 .gitignore                     |  1 +
 src/lib/test_merchant_api.conf | 14 ++++++++++++++
 2 files changed, 15 insertions(+)

diff --git a/.gitignore b/.gitignore
index 2ba255e..b69dbbd 100644
--- 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
index 9f8049b..0fcd11a 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]