gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: it's a URI, not an URL


From: gnunet
Subject: [taler-merchant] branch master updated: it's a URI, not an URL
Date: Tue, 21 Jul 2020 09:13:39 +0200

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 5b39501  it's a URI, not an URL
5b39501 is described below

commit 5b395013e0c5451bf3384adf1602816df6d8c711
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Tue Jul 21 12:43:34 2020 +0530

    it's a URI, not an URL
---
 src/backend/taler-merchant-httpd_private-post-orders-ID-refund.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_private-post-orders-ID-refund.c 
b/src/backend/taler-merchant-httpd_private-post-orders-ID-refund.c
index d585b10..344e003 100644
--- a/src/backend/taler-merchant-httpd_private-post-orders-ID-refund.c
+++ b/src/backend/taler-merchant-httpd_private-post-orders-ID-refund.c
@@ -262,7 +262,7 @@ TMH_private_post_orders_ID_refund (const struct 
TMH_RequestHandler *rh,
     ret = TALER_MHD_reply_json_pack (connection,
                                      MHD_HTTP_OK,
                                      "{s:s}",
-                                     "taler_refund_url",
+                                     "taler_refund_uri",
                                      taler_refund_uri);
     GNUNET_free (taler_refund_uri);
     return ret;

-- 
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]