gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: add API name


From: gnunet
Subject: [taler-merchant] branch master updated: add API name
Date: Wed, 09 Sep 2020 17:02:26 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 7302e0c  add API name
7302e0c is described below

commit 7302e0cc35bd3de6e84fa1310be094243372a3bc
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Sep 9 17:02:23 2020 +0200

    add API name
---
 src/backend/taler-merchant-httpd_config.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_config.c 
b/src/backend/taler-merchant-httpd_config.c
index 9fa5dc6..9ed433c 100644
--- a/src/backend/taler-merchant-httpd_config.c
+++ b/src/backend/taler-merchant-httpd_config.c
@@ -64,8 +64,9 @@ MH_handler_config (struct TMH_RequestHandler *rh,
   (void) hc;
   if (NULL == response)
   {
-    response = TALER_MHD_make_json_pack ("{s:s, s:s }",
+    response = TALER_MHD_make_json_pack ("{s:s, s:s, s:s}",
                                          "currency", TMH_currency,
+                                         "name", "taler-merchant",
                                          "version", MERCHANT_PROTOCOL_VERSION);
   }
   return MHD_queue_response (connection,

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