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: make pretty


From: gnunet
Subject: [GNUnet-SVN] [taler-donations] branch master updated: make pretty
Date: Thu, 29 Aug 2019 19:10:46 +0200

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

dold pushed a commit to branch master
in repository donations.

The following commit(s) were added to refs/heads/master by this push:
     new 31a05ea  make pretty
31a05ea is described below

commit 31a05eaab426a6121a93945f1f2e08a686987560
Author: Florian Dold <address@hidden>
AuthorDate: Thu Aug 29 19:10:43 2019 +0200

    make pretty
---
 talerdonations/donations/donations.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerdonations/donations/donations.py 
b/talerdonations/donations/donations.py
index 06c6617..886705f 100644
--- a/talerdonations/donations/donations.py
+++ b/talerdonations/donations/donations.py
@@ -250,7 +250,7 @@ def donate():
 # to check if the payment has been completed via the QR code.
 @app.route("/check-status/<order_id>")
 def check_status(order_id, session_id):
-    pay_params = dict( instance=INSTANCE, order_id=order_id)
+    pay_params = dict(instance=INSTANCE, order_id=order_id)
     pay_status = backend_get("check-payment", pay_params)
     return flask.jsonify(paid=pay_status["paid"])
 

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



reply via email to

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