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: add missing fields i


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: add missing fields in the order
Date: Thu, 23 Jul 2020 18:57:58 +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 56945d4  add missing fields in the order
56945d4 is described below

commit 56945d4d5516988b7842d4de65736c3d28da9cc3
Author: MS <ms@taler.net>
AuthorDate: Thu Jul 23 18:57:52 2020 +0200

    add missing fields in the order
---
 talermerchantdemos/donations/donations.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/talermerchantdemos/donations/donations.py 
b/talermerchantdemos/donations/donations.py
index be9d669..a2bc00c 100644
--- a/talermerchantdemos/donations/donations.py
+++ b/talermerchantdemos/donations/donations.py
@@ -200,6 +200,8 @@ 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(donation_receiver, "private/orders", 
dict(order=order))
     order_id = order_resp["order_id"]

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