gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] 170/277: implement POST /private/reserves


From: gnunet
Subject: [taler-merchant] 170/277: implement POST /private/reserves
Date: Sun, 05 Jul 2020 20:51:23 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

commit 2edb7ff575ec61fc570e80b6c492878c3bb97f70
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jun 1 23:39:30 2020 +0200

    implement POST /private/reserves
---
 src/lib/merchant_api_post_reserves.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/merchant_api_post_reserves.c 
b/src/lib/merchant_api_post_reserves.c
index 35ad548..9465635 100644
--- a/src/lib/merchant_api_post_reserves.c
+++ b/src/lib/merchant_api_post_reserves.c
@@ -195,7 +195,7 @@ TALER_MERCHANT_reserves_post (
   prh->cb = cb;
   prh->cb_cls = cb_cls;
   prh->url = TALER_url_join (backend_url,
-                             "reserves",
+                             "private/reserves",
                              NULL);
   if (NULL == prh->url)
   {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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