merchant

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

commit a6c13ab1924cf8ef318a434754453f8998621e93
parent 6ca94626091b2ac576578b70c7c3862b56aaa02d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 22 Jun 2025 13:58:18 +0200

-forgotten protocol version bump

Diffstat:
Msrc/lib/merchant_api_get_config.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

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 18 +#define MERCHANT_PROTOCOL_CURRENT 19 /** * How many configs are we backwards-compatible with? */ -#define MERCHANT_PROTOCOL_AGE 6 +#define MERCHANT_PROTOCOL_AGE 7 /** * How many exchanges do we allow at most per merchant?