commit 7302e0cc35bd3de6e84fa1310be094243372a3bc
parent 374ef1e098a57a801ed1e1735aec573bc425cc6e
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 9 Sep 2020 17:02:23 +0200
add API name
Diffstat:
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
@@ -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,