gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: pickup URL is publi


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: pickup URL is public now
Date: Thu, 01 Feb 2018 03:47:19 +0100

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

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new a2610d1  pickup URL is public now
a2610d1 is described below

commit a2610d1b21d735b1363b33ca3ec4fe053b5e8a35
Author: Florian Dold <address@hidden>
AuthorDate: Thu Feb 1 03:47:14 2018 +0100

    pickup URL is public now
---
 src/backend/taler-merchant-httpd_tip-authorize.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_tip-authorize.c 
b/src/backend/taler-merchant-httpd_tip-authorize.c
index 7193861..03d8ed3 100644
--- a/src/backend/taler-merchant-httpd_tip-authorize.c
+++ b/src/backend/taler-merchant-httpd_tip-authorize.c
@@ -332,7 +332,7 @@ MH_handler_tip_authorize (struct TMH_RequestHandler *rh,
     if (NULL == json_object_get (tac->root, "pickup_url"))
     {
       char *pickup_url = TALER_url_absolute_mhd (connection,
-                                                 "tip-pickup",
+                                                 "/public/tip-pickup",
                                                  NULL);
       GNUNET_assert (NULL != pickup_url);
       json_object_set_new (tac->root, "pickup_url", json_string (pickup_url));

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



reply via email to

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