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: sticking


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontends] branch master updated: sticking to new /pay's returned json
Date: Wed, 31 May 2017 15:08:20 +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 7e9076d  sticking to new /pay's returned json
7e9076d is described below

commit 7e9076d350d5ed434f87986c87fa36cc860ddc85
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed May 31 15:07:58 2017 +0200

    sticking to new /pay's returned json
---
 talerfrontends/blog/blog.py                | 2 +-
 talerfrontends/blog/static/web-common      | 2 +-
 talerfrontends/donations/static/web-common | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/talerfrontends/blog/blog.py b/talerfrontends/blog/blog.py
index df8ab8b..35fd073 100644
--- a/talerfrontends/blog/blog.py
+++ b/talerfrontends/blog/blog.py
@@ -151,7 +151,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"]
     article_name = proposal_data["extra"]["article_name"]
     payed_articles = flask.session["payed_articles"] = 
flask.session.get("payed_articles", [])
     if article_name not in payed_articles:
diff --git a/talerfrontends/blog/static/web-common 
b/talerfrontends/blog/static/web-common
index 22a8423..0be9ac9 160000
--- a/talerfrontends/blog/static/web-common
+++ b/talerfrontends/blog/static/web-common
@@ -1 +1 @@
-Subproject commit 22a84231b7b831d8cd92b4076456568d7d5730be
+Subproject commit 0be9ac9264a3bd9f495c37abf1ac864562e8c598
diff --git a/talerfrontends/donations/static/web-common 
b/talerfrontends/donations/static/web-common
index 22a8423..0be9ac9 160000
--- a/talerfrontends/donations/static/web-common
+++ b/talerfrontends/donations/static/web-common
@@ -1 +1 @@
-Subproject commit 22a84231b7b831d8cd92b4076456568d7d5730be
+Subproject commit 0be9ac9264a3bd9f495c37abf1ac864562e8c598

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



reply via email to

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