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: include order ID in


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: include order ID in fulfillment URL for donations demo
Date: Thu, 20 Aug 2020 14:06:12 +0200

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

dold 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 8865aeb  include order ID in fulfillment URL for donations demo
8865aeb is described below

commit 8865aeb7f1139764c59ce33b8e0f06bf80973b04
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Thu Aug 20 17:36:06 2020 +0530

    include order ID in fulfillment URL for donations demo
---
 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 f77bec1..175cbe2 100644
--- a/talermerchantdemos/donations/donations.py
+++ b/talermerchantdemos/donations/donations.py
@@ -187,6 +187,7 @@ def donate():
         receiver=donation_receiver,
         _external=True,
     )
+    fulfillment_url = fulfillment_url + "&order_id=${ORDER_ID}"
     order = dict(
         amount=donation_amount,
         extra=dict(
@@ -194,7 +195,6 @@ def donate():
         ),
         fulfillment_url=fulfillment_url,
         summary="Donation to {}".format(donation_receiver),
-        refund_deadline=dict(t_ms=1000 * int(time.time() + 10 * 30)),
         wire_transfer_deadline=dict(t_ms=1000 * int(time.time() + 15 * 30)),
     )
     order_resp = backend_instanced_post(

-- 
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]