taler-merchant-demos

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

commit 0d4958a92cb183a765655333f1e49f66499f02d8
parent 01c05e45267f0faeecc3f1d315d9b88b95437372
Author: MS <ms@taler.net>
Date:   Wed, 26 Oct 2022 12:01:10 +0200

donations: 10s wire deadline

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 @@ -246,7 +246,7 @@ def donate(lang): ), fulfillment_url=fulfillment_url, summary="Donation to {}".format(donation_receiver), - wire_transfer_deadline=dict(t_s=int(time.time() + 60)), + wire_transfer_deadline=dict(t_s=int(time.time() + 10)), minimum_age = 16 ) order_resp = backend_instanced_post(