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: wire dead


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: donations: wire deadline to 1 minute
Date: Mon, 24 Jan 2022 21:28:28 +0100

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 16fb1ed  donations: wire deadline to 1 minute
16fb1ed is described below

commit 16fb1ede3eb477fd617b3b346a6b3ccf77967956
Author: ms <ms@taler.net>
AuthorDate: Mon Jan 24 21:28:23 2022 +0100

    donations: wire deadline to 1 minute
---
 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 dd42713..d5fad4c 100644
--- a/talermerchantdemos/donations/donations.py
+++ b/talermerchantdemos/donations/donations.py
@@ -232,7 +232,7 @@ def donate(lang):
         ),
         fulfillment_url=fulfillment_url,
         summary="Donation to {}".format(donation_receiver),
-        wire_transfer_deadline=dict(t_ms=1000 * int(time.time() + 15 * 30)),
+        wire_transfer_deadline=dict(t_ms=1000 * int(time.time() + 60)),
     )
     order_resp = backend_instanced_post(
         donation_receiver, "private/orders", dict(order=order)

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