gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-survey] branch master updated: don't specify (wrong!


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated: don't specify (wrong!) pickup URL
Date: Thu, 18 Jan 2018 23:24:11 +0100

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

dold pushed a commit to branch master
in repository survey.

The following commit(s) were added to refs/heads/master by this push:
     new 6f053b8  don't specify (wrong!) pickup URL
6f053b8 is described below

commit 6f053b8abea1f4f2b2d86e1215eb5b991290ffe1
Author: Florian Dold <address@hidden>
AuthorDate: Thu Jan 18 23:24:02 2018 +0100

    don't specify (wrong!) pickup URL
---
 talersurvey/survey/survey.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/talersurvey/survey/survey.py b/talersurvey/survey/survey.py
index d7b43ec..ca1695c 100644
--- a/talersurvey/survey/survey.py
+++ b/talersurvey/survey/survey.py
@@ -83,8 +83,7 @@ def internal_error(e):
 
 @app.route("/submit-survey", methods=["POST"])
 def submit_survey():
-    tip_spec = dict(pickup_url=urljoin(flask.request.base_url, "/tip-pickup"),
-                    amount=CURRENCY + ":1.0",
+    tip_spec = dict(amount=CURRENCY + ":1.0",
                     next_url=os.environ.get("TALER_ENV_URL_INTRO", 
"https://taler.net/";),
                     instance="default",
                     justification="Payment methods survey")

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



reply via email to

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