gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant-frontends] branch master updated: applying


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontends] branch master updated: applying previous fix to donations as well
Date: Wed, 31 May 2017 20:45:30 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 9f64467  applying previous fix to donations as well
9f64467 is described below

commit 9f64467cb39ddf737c83901f759b1f32f086c715
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed May 31 20:45:03 2017 +0200

    applying previous fix to donations as well
---
 talerfrontends/donations/donations.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerfrontends/donations/donations.py 
b/talerfrontends/donations/donations.py
index b20bc2b..ea91c3c 100644
--- a/talerfrontends/donations/donations.py
+++ b/talerfrontends/donations/donations.py
@@ -160,7 +160,7 @@ def pay():
     r = requests.post(urljoin(BACKEND_URL, "pay"), json=deposit_permission)
     if 200 != r.status_code:
         return flask.jsonify(r.json()), r.status_code
-    proposal_data = r.json()["proposal_data"]
+    proposal_data = r.json()["contract_terms"]
     order_id = proposal_data["order_id"]
     payed_order_ids = flask.session["payed_order_ids"] = 
flask.session.get("payed_order_ids", {})
     payed_order_ids[order_id] = dict(

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



reply via email to

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