gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-donations] branch master updated: get rid of conf's


From: gnunet
Subject: [GNUnet-SVN] [taler-donations] branch master updated: get rid of conf's FRACTION
Date: Sat, 25 Nov 2017 10:24:41 +0100

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

marcello pushed a commit to branch master
in repository donations.

The following commit(s) were added to refs/heads/master by this push:
     new 4ed7b8a  get rid of conf's FRACTION
4ed7b8a is described below

commit 4ed7b8ab800d1e0bb8d186ff1025a12a7d7f4dbd
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Nov 25 10:21:06 2017 +0100

    get rid of conf's FRACTION
---
 donations.conf                        | 1 -
 talerdonations/donations/donations.py | 1 -
 2 files changed, 2 deletions(-)

diff --git a/donations.conf b/donations.conf
index 8c2aff0..e0492dc 100644
--- a/donations.conf
+++ b/donations.conf
@@ -3,7 +3,6 @@ currency = TESTKUDOS
 
 [frontends]
 BACKEND = http://backend.test.taler.net/
-FRACTION = 100000000
 
 [donations]
 UWSGI_UNIXPATH_MODE = 660
diff --git a/talerdonations/donations/donations.py 
b/talerdonations/donations/donations.py
index 4299c3c..9bf5afc 100644
--- a/talerdonations/donations/donations.py
+++ b/talerdonations/donations/donations.py
@@ -41,7 +41,6 @@ app.secret_key = 
base64.b64encode(os.urandom(64)).decode('utf-8')
 
 tc = TalerConfig.from_env()
 BACKEND_URL = tc["frontends"]["backend"].value_string(required=True)
-FRACTION = tc["frontends"]["fraction"].value_int(required=True)
 CURRENCY = tc["taler"]["currency"].value_string(required=True)
 MAX_FEE = dict(value=3, fraction=0, currency=CURRENCY)
 

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



reply via email to

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