merchant

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

commit 59650984ed6fb9f49d7b731244457b9bec6dcf96
parent 9a07bb7df6e733c8c0d7b7eeb9f03bd0a9fa60e8
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  4 Jan 2026 16:21:15 +0100

bump protocol: define v25 feature set

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 "24:0:12" +#define MERCHANT_PROTOCOL_VERSION "25:0:13" /** 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 24 +#define MERCHANT_PROTOCOL_CURRENT 25 /** * How many configs are we backwards-compatible with? */ -#define MERCHANT_PROTOCOL_AGE 0 +#define MERCHANT_PROTOCOL_AGE 1 /** * How many exchanges do we allow at most per merchant?