gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-blog] branch master updated: simpler terminology: ta


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: simpler terminology: talk only about order, not proposal
Date: Mon, 29 Jan 2018 18:07:13 +0100

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

dold pushed a commit to branch master
in repository blog.

The following commit(s) were added to refs/heads/master by this push:
     new 6980278  simpler terminology: talk only about order, not proposal
6980278 is described below

commit 69802788a9e9d2ae77b48818519b06b6963951f7
Author: Florian Dold <address@hidden>
AuthorDate: Mon Jan 29 18:07:09 2018 +0100

    simpler terminology: talk only about order, not proposal
---
 talerblog/blog/blog.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/talerblog/blog/blog.py b/talerblog/blog/blog.py
index c9590a2..de54d5d 100644
--- a/talerblog/blog/blog.py
+++ b/talerblog/blog/blog.py
@@ -200,8 +200,8 @@ def article(article_name, data=None):
             instance=INSTANCE,
             summary="Essay: " + article_name.replace("_", " "),
         )
-        proposal_resp = backend_post("proposal", dict(order=order))
-        order_id = proposal_resp["order_id"]
+        order_resp = backend_post("order", dict(order=order))
+        order_id = order_resp["order_id"]
 
     pay_params = dict(
         instance=INSTANCE,

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



reply via email to

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