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: simpler terminolog


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

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 6fc4e37  simpler terminology: talk only about order, not proposal
6fc4e37 is described below

commit 6fc4e37463fa26f52e11d7bae1270fd7b1b1a69c
Author: Florian Dold <address@hidden>
AuthorDate: Mon Jan 29 18:07:45 2018 +0100

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

diff --git a/talerdonations/donations/donations.py 
b/talerdonations/donations/donations.py
index 5ba4628..88ad69d 100644
--- a/talerdonations/donations/donations.py
+++ b/talerdonations/donations/donations.py
@@ -140,8 +140,8 @@ def donate():
         instance=donation_receiver,
         summary="Donation to {}".format(donation_receiver),
     )
-    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"]
     return flask.redirect(flask.url_for("fulfillment", 
receiver=donation_receiver, order_id=order_id))
 
 

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



reply via email to

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