gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: return 'implementation' field in


From: gnunet
Subject: [taler-merchant] branch master updated: return 'implementation' field in /config responses
Date: Mon, 05 Feb 2024 11:51:26 +0100

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 9bf4f957 return 'implementation' field in /config responses
9bf4f957 is described below

commit 9bf4f9578099f0f4b75d9e9a9e90512efa99acb6
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Feb 5 11:51:23 2024 +0100

    return 'implementation' field in /config responses
---
 src/backend/taler-merchant-httpd_config.c | 4 +++-
 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
index 02d567be..3c318b1a 100644
--- 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",

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