From 7302e0cc35bd3de6e84fa1310be094243372a3bc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 9 Sep 2020 17:02:23 +0200 Subject: 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 9fa5dc63..9ed433c9 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, -- cgit v1.2.3