commit 9bf4f9578099f0f4b75d9e9a9e90512efa99acb6
parent e9dcd41042b5f442f16b4c3ed7c8fba641edbc09
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 5 Feb 2024 11:51:23 +0100
return 'implementation' field in /config responses
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_config.c b/src/backend/taler-merchant-httpd_config.c
@@ -42,7 +42,7 @@
* #MERCHANT_PROTOCOL_CURRENT and #MERCHANT_PROTOCOL_AGE in
* merchant_api_config.c!
*/
-#define MERCHANT_PROTOCOL_VERSION "8:0:4"
+#define MERCHANT_PROTOCOL_VERSION "8:1:4"
/**
@@ -112,6 +112,8 @@ MH_handler_config (struct TMH_RequestHandler *rh,
specs),
GNUNET_JSON_pack_array_steal ("exchanges",
exchanges),
+ GNUNET_JSON_pack_string ("implementation",
+ "urn:net:taler:specs:merchant:c-reference"),
GNUNET_JSON_pack_string ("name",
"taler-merchant"),
GNUNET_JSON_pack_string ("version",