merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 779cbf3018791b2b366a727eab70a96453bc4c9f
parent c2fdcad95404316a673c4fcd5d8ab0f1af7dffbc
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 28 Oct 2025 22:40:50 +0100

also bump protocol version to v23

Diffstat:
Msrc/backend/taler-merchant-httpd_config.c | 2+-
Msrc/lib/merchant_api_get_config.c | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_config.c b/src/backend/taler-merchant-httpd_config.c @@ -43,7 +43,7 @@ * #MERCHANT_PROTOCOL_CURRENT and #MERCHANT_PROTOCOL_AGE in * merchant_api_get_config.c! */ -#define MERCHANT_PROTOCOL_VERSION "22:0:10" +#define MERCHANT_PROTOCOL_VERSION "23:0:11" /** diff --git a/src/lib/merchant_api_get_config.c b/src/lib/merchant_api_get_config.c @@ -34,12 +34,12 @@ * Which version of the Taler protocol is implemented * by this library? Used to determine compatibility. */ -#define MERCHANT_PROTOCOL_CURRENT 22 +#define MERCHANT_PROTOCOL_CURRENT 23 /** * How many configs are we backwards-compatible with? */ -#define MERCHANT_PROTOCOL_AGE 10 +#define MERCHANT_PROTOCOL_AGE 11 /** * How many exchanges do we allow at most per merchant?