Skip to content

Commit

Permalink
Merge pull request #237 from Adyen/release-v9.2.0
Browse files Browse the repository at this point in the history
Bump version to 9.2.0
  • Loading branch information
saquibsayyad authored Feb 11, 2021
2 parents 371ecb6 + deb56cf commit 3d791ca
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ Credit Card payments are supported using Checkout Components.

Ratepay is supported via Adyen API.

### AfterPay

[AfterPay](https://docs.adyen.com/payment-methods/afterpay) is supported via Adyen component and API.

### Boleto

[Boleto](https://docs.adyen.com/payment-methods/boleto-bancario) is supported via Adyen API.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ module.name=platform-module
name=adyenv6b2ccheckoutaddon
releasedate=20170509 1903
vendor=adyen
version=9.1.0
version.api=9.1.0
version=9.2.0
version.api=9.2.0
4 changes: 2 additions & 2 deletions adyenv6backoffice/resources/adyenv6backoffice.build.number
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ module.name=platform-module
name=adyenv6backoffice
releasedate=20170509 1903
vendor=adyen
version=9.1.0
version.api=9.1.0
version=9.2.0
version.api=9.2.0
4 changes: 2 additions & 2 deletions adyenv6core/resources/adyenv6core.build.number
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ group.id=com.adyen.v6
module.name=platform-module
name=adyenv6core
vendor=adyen
version=9.1.0
version.api=9.1.0
version=9.2.0
version.api=9.2.0
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 = "9.1.0";
public static final String PLUGIN_VERSION = "9.2.0";
public static final String PAYMENT_PROVIDER = "Adyen";
public static final String PAYMENT_METHOD ="paymentMethod";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ group.id=com.adyen.v6
module.name=platform-module
name=adyenv6fulfilmentprocess
vendor=adyen
version=9.1.0
version.api=9.1.0
version=9.2.0
version.api=9.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ description=adyenv6notification
name=adyenv6notification
releasedate=20170803 1323
vendor=adyen
version=9.1.0
version.api=9.1.0
version=9.2.0
version.api=9.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ module.name=platform-module
name=adyenv6ordermanagement
releasedate=20170509 1754
vendor=adyen
version=9.1.0
version.api=9.1.0
version=9.2.0
version.api=9.2.0

0 comments on commit 3d791ca

Please sign in to comment.