merchant

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

commit 2df6e15bfd8e7ddd30584347600daee9527935bb
parent cec610b8002817d1976c478968e3d3a2d8dbbf25
Author: Florian Dold <florian@dold.me>
Date:   Wed, 24 Nov 2021 02:28:13 +0100

also increment other version define

Diffstat:
Msrc/lib/merchant_api_get_config.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/merchant_api_get_config.c b/src/lib/merchant_api_get_config.c @@ -33,7 +33,7 @@ * Which version of the Taler protocol is implemented * by this library? Used to determine compatibility. */ -#define MERCHANT_PROTOCOL_CURRENT 1 +#define MERCHANT_PROTOCOL_CURRENT 2 /** * How many configs are we backwards compatible with?