Skip to content

Commit

Permalink
Fixed PLUGIN_VERSION constant
Browse files Browse the repository at this point in the history
  • Loading branch information
jluisalias-e2y committed Jul 28, 2023
1 parent 5d01b3a commit ef6aa2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit ef6aa2e

Please sign in to comment.