gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-merchant-demos] branch master updated: plural


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: plural
Date: Thu, 23 Jul 2020 18:42:32 +0200

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

ms pushed a commit to branch master
in repository taler-merchant-demos.

The following commit(s) were added to refs/heads/master by this push:
     new f672517  plural
f672517 is described below

commit f6725170019938218f6bd0e6e3b63272398da930
Author: MS <ms@taler.net>
AuthorDate: Thu Jul 23 18:42:28 2020 +0200

    plural
---
 talermerchantdemos/donations/donations.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talermerchantdemos/donations/donations.py 
b/talermerchantdemos/donations/donations.py
index 1344f76..be9d669 100644
--- a/talermerchantdemos/donations/donations.py
+++ b/talermerchantdemos/donations/donations.py
@@ -201,7 +201,7 @@ def donate():
         fulfillment_url=fulfillment_url,
         summary="Donation to {}".format(donation_receiver),
     )
-    order_resp = backend_instanced_post(donation_receiver, "private/order", 
dict(order=order))
+    order_resp = backend_instanced_post(donation_receiver, "private/orders", 
dict(order=order))
     order_id = order_resp["order_id"]
     return flask.redirect(
         flask.url_for(

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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