gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] branch master updated: fix stringify arg


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: fix stringify arg
Date: Tue, 31 Oct 2017 15:44:48 +0100

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

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new d888a3f  fix stringify arg
d888a3f is described below

commit d888a3f18590cd8dbbe5302a2de9bc9c2d844770
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Oct 31 15:44:36 2017 +0100

    fix stringify arg
---
 talerbank/app/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index be4cb3c..b42ba11 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -530,7 +530,7 @@ def withdraw_nojs(request):
     response["X-Taler-Operation"] = "create-reserve"
     response["X-Taler-Callback-Url"] = reverse("pin-question")
     response["X-Taler-Wt-Types"] = '["test"]'
-    response["X-Taler-Amount"] = amount.stringify(settings.TALER_CURRENCY)
+    response["X-Taler-Amount"] = amount.stringify(settings.TALER_DIGITS)
     response["X-Taler-Sender-Wire"] = json.dumps(dict(
         type="test",
         bank_uri=request.build_absolute_uri(reverse("index")),

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



reply via email to

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