[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-deployment] branch master updated: x-taler-bank-fees
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-deployment] branch master updated: x-taler-bank-fees section |
Date: |
Thu, 26 Apr 2018 10:42:07 +0200 |
This is an automated email from the git hooks/post-receive script.
marcello pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new 7e0538f x-taler-bank-fees section
7e0538f is described below
commit 7e0538f5b04c4f37e2fc44516de4335700f4b9b3
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Apr 26 10:41:49 2018 +0200
x-taler-bank-fees section
---
config/generate-config | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/config/generate-config b/config/generate-config
index 54b8543..0c16ed6 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -163,6 +163,14 @@ def config(currency, envname, exchange_pub, standalone):
cfg_put("exchange-wire-test", "enable", "yes")
cfg_put("exchange-wire-test", "test_response_file",
"${TALER_DEPLOYMENT_SHARED}/exchange/wire/test.json")
+ cfg_put("fees-x-taler-bank", "wire-fee-2018", currency + ":" + "0.02")
+ cfg_put("fees-x-taler-bank", "wire-fee-2019", currency + ":" + "0.03")
+ cfg_put("fees-x-taler-bank", "wire-fee-2020", currency + ":" + "0.04")
+ cfg_put("fees-x-taler-bank", "wire-fee-2021", currency + ":" + "0.04")
+ cfg_put("fees-x-taler-bank", "wire-fee-2022", currency + ":" + "0.05")
+ cfg_put("fees-x-taler-bank", "wire-fee-2023", currency + ":" + "0.06")
+ cfg_put("fees-x-taler-bank", "wire-fee-2024", currency + ":" + "0.07")
+ cfg_put("fees-x-taler-bank", "wire-fee-2025", currency + ":" + "0.08")
cfg_put("exchange-wire-test", "wire-fee-2017", currency + ":" + "0.01")
cfg_put("exchange-wire-test", "wire-fee-2018", currency + ":" + "0.02")
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-deployment] branch master updated: x-taler-bank-fees section,
gnunet <=