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: use default instance


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated: use default instance
Date: Tue, 21 Nov 2017 13:03:37 +0100

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

marcello pushed a commit to branch master
in repository survey.

The following commit(s) were added to refs/heads/master by this push:
     new 14bc06b  use default instance
14bc06b is described below

commit 14bc06b647b2d2bb1ec5ce933f9360b2ce0f7db9
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Nov 21 13:03:23 2017 +0100

    use default instance
---
 talersurvey/survey/survey.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talersurvey/survey/survey.py b/talersurvey/survey/survey.py
index 9e304ee..2ea7ac2 100644
--- a/talersurvey/survey/survey.py
+++ b/talersurvey/survey/survey.py
@@ -75,7 +75,7 @@ def survey():
     if flask.request.method == "POST":
         r = requests.post(urljoin(BACKEND_URL, 'tip-authorize'),
                           json=dict(amount=dict(value=1, fraction=0, 
currency=CURRENCY),
-                                    instance="Taler",
+                                    instance="default",
                                     justification="Payment methods survey"))
         if 200 != r.status_code:
             return backend_error(r)

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



reply via email to

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