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: donations: 10s wire


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: donations: 10s wire deadline
Date: Wed, 26 Oct 2022 12:01:34 +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 0d4958a  donations: 10s wire deadline
0d4958a is described below

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

    donations: 10s wire deadline
---
 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 9d6e453..eb84044 100644
--- 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(

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