gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donations] branch master updated: include timetamp in fulfillment


From: gnunet
Subject: [taler-donations] branch master updated: include timetamp in fulfillment URL
Date: Fri, 01 Nov 2019 17:23:25 +0100

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

dold pushed a commit to branch master
in repository donations.

The following commit(s) were added to refs/heads/master by this push:
     new 5f988cd  include timetamp in fulfillment URL
5f988cd is described below

commit 5f988cd8e3f36b3c1f7b7a9b2b5e8cc0e0e5b560
Author: Florian Dold <address@hidden>
AuthorDate: Fri Nov 1 17:23:22 2019 +0100

    include timetamp in fulfillment URL
---
 talerdonations/donations/donations.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/talerdonations/donations/donations.py 
b/talerdonations/donations/donations.py
index 0584932..3e3517e 100644
--- a/talerdonations/donations/donations.py
+++ b/talerdonations/donations/donations.py
@@ -229,7 +229,10 @@ def donate():
     if payment_system != "taler":
         return flask.redirect(flask.url_for("provider_not_supported"))
     fulfillment_url = flask.url_for(
-        "fulfillment", receiver=donation_receiver, _external=True
+        "fulfillment",
+        timestamp=str(time.time()),
+        receiver=donation_receiver,
+        _external=True
     )
     order = dict(
         amount=donation_amount,

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



reply via email to

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