gnunet-svn
[Top][All Lists]
Advanced

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

[taler-blog] branch master updated: no refund deadline, backend needs to


From: gnunet
Subject: [taler-blog] branch master updated: no refund deadline, backend needs to be fixed first
Date: Fri, 01 Nov 2019 18:31:40 +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 b40a697  no refund deadline, backend needs to be fixed first
b40a697 is described below

commit b40a697ff923ca27ef50cb36295e4257708b02c1
Author: Florian Dold <address@hidden>
AuthorDate: Fri Nov 1 18:31:33 2019 +0100

    no refund deadline, backend needs to be fixed first
---
 talerblog/blog/blog.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/talerblog/blog/blog.py b/talerblog/blog/blog.py
index da0e7e8..f1dd120 100644
--- a/talerblog/blog/blog.py
+++ b/talerblog/blog/blog.py
@@ -340,9 +340,7 @@ def article(article_name, data=None):
             amount=ARTICLE_AMOUNT,
             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})/"
+            summary="Essay: " + article_name.replace("_", " ")
         )
         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]