gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant-frontend-examples] branch master updated: N


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontend-examples] branch master updated: NameError fixes
Date: Sun, 26 Mar 2017 22:48:56 +0200

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

marcello pushed a commit to branch master
in repository merchant-frontend-examples.

The following commit(s) were added to refs/heads/master by this push:
     new 5cdbbef  NameError fixes
5cdbbef is described below

commit 5cdbbef4002628e66af168a88aa8a6635ddd3d24
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sun Mar 26 22:48:46 2017 +0200

    NameError fixes
---
 python/example/example.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/example/example.py b/python/example/example.py
index b2f344c..988652d 100644
--- a/python/example/example.py
+++ b/python/example/example.py
@@ -45,8 +45,8 @@ def donate():
 
 @app.route("/generate-proposal")
 def generate_proposal():
-    DONATION = amounts.string_to_amount("0.1:%s" % CURRENCY) 
-    MAX_FEE = amounts.string_to_amount("0.05:%s" % CURRENCY) 
+    DONATION = amount.string_to_amount("0.1:%s" % CURRENCY) 
+    MAX_FEE = amount.string_to_amount("0.05:%s" % CURRENCY) 
     order = dict(
         nonce=flask.request.args.get("nonce"),
         amount=DONATION,

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



reply via email to

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