gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-blog] branch master updated: deadlines


From: gnunet
Subject: [taler-blog] branch master updated: deadlines
Date: Fri, 01 Nov 2019 22:35:20 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository blog.

The following commit(s) were added to refs/heads/master by this push:
     new 5464d4f  deadlines
5464d4f is described below

commit 5464d4fb6bed2e61150ff58962cb63995fa78343
Author: Florian Dold <address@hidden>
AuthorDate: Fri Nov 1 22:35:17 2019 +0100

    deadlines
---
 talerblog/blog/blog.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/talerblog/blog/blog.py b/talerblog/blog/blog.py
index da0e7e8..ca83a76 100644
--- a/talerblog/blog/blog.py
+++ b/talerblog/blog/blog.py
@@ -341,8 +341,9 @@ def article(article_name, data=None):
             extra=dict(article_name=article_name),
             fulfillment_url=flask.request.base_url,
             summary="Essay: " + article_name.replace("_", " "),
-            # 30 minutes time for a refund
-            refund_deadline=f"/Date({int(time.time()) + 60 * 30})/"
+            # 10 minutes time for a refund
+            refund_deadline=f"/Date({int(time.time()) + 10 * 30})/",
+            wire_transfer_deadline=f"/Date({int(time.time()) + 15 * 30})/",
         )
         order_resp = backend_post("order", dict(order=order))
         order_id = order_resp["order_id"]

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]