From ef6aa2e88ca84650a4316a1f1b9d072f65bf5909 Mon Sep 17 00:00:00 2001 From: Joseluis Alias Date: Fri, 28 Jul 2023 12:48:52 +0200 Subject: [PATCH] Fixed PLUGIN_VERSION constant --- .../src/com/adyen/v6/constants/Adyenv6coreConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adyenv6core/src/com/adyen/v6/constants/Adyenv6coreConstants.java b/adyenv6core/src/com/adyen/v6/constants/Adyenv6coreConstants.java index 34bb3bba7..4447c9c5c 100644 --- a/adyenv6core/src/com/adyen/v6/constants/Adyenv6coreConstants.java +++ b/adyenv6core/src/com/adyen/v6/constants/Adyenv6coreConstants.java @@ -31,7 +31,7 @@ public final class Adyenv6coreConstants extends GeneratedAdyenv6coreConstants { public static final String EXTENSIONNAME = "adyenv6core"; public static final String PLUGIN_NAME = "adyen-hybris"; - public static final String PLUGIN_VERSION = "11.0.2"; + public static final String PLUGIN_VERSION = "11.1.0"; public static final String PAYMENT_PROVIDER = "Adyen"; public static final String PAYMENT_METHOD ="paymentMethod";