gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant-frontends] branch stable updated (7e9076d -


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontends] branch stable updated (7e9076d -> 9f64467)
Date: Wed, 31 May 2017 20:45:51 +0200

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

marcello pushed a change to branch stable
in repository merchant-frontends.

    from 7e9076d  sticking to new /pay's returned json
     add 9f64467  applying previous fix to donations as well

No new revisions were added by this update.

Summary of changes:
 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]