taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

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

include order ID in fulfillment URL for donations demo

Diffstat:
Mtalermerchantdemos/donations/donations.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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(