commit 0e26f0ef8945b486a65ac27eb6bf354c57b9e7ea
parent 193869a02545b296b81a6bf9af013301e671db33
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Fri, 25 Oct 2024 06:55:28 +0200
bump protocol version
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/class-wc-gnutaler-gateway.php b/class-wc-gnutaler-gateway.php
@@ -37,7 +37,7 @@
* Which version of the Taler merchant protocol is implemented
* by this implementation? Used to determine compatibility.
*/
-define( 'GNU_TALER_MERCHANT_PROTOCOL_CURRENT', 3 );
+define( 'GNU_TALER_MERCHANT_PROTOCOL_CURRENT', 16 );
/**
* How many merchant protocol versions are we backwards compatible with?