Skip to content

Commit

Permalink
Merge pull request #299 from Adyen/develop
Browse files Browse the repository at this point in the history
Release 3.7.0
  • Loading branch information
candemiralp authored Sep 29, 2022
2 parents 6a9616e + 877bcca commit f290ba6
Show file tree
Hide file tree
Showing 59 changed files with 2,790 additions and 503 deletions.
27 changes: 17 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,31 +34,38 @@ The plugin integrates card component (Secured Fields) using Adyen Checkout for a
### Supported payment methods
- Credit and debit cards (non 3D secure, 3D secure 1, 3D secure 2 native)
- Stored card payment methods (One click payment methods)
- Affirm
- AfterPay invoice
- Alipay , Alipay HK
- Amazon Pay
- Apple Pay
- Bancontact
- Blik
- Clearpay
- Dotpay
- Google Pay
- Electronic Payment Service (EPS)
- Gift cards
- GiroPay
- Google Pay
- iDeal
- Klarna Pay Later
- Klarna Pay Over Time
- Klarna Pay Now
- RatePay, RatePay Direct Debit
- Klarna Pay Over Time
- MB Way
- MobilePay
- Multibanco
- Oney (3x, 4x, 6x, 10x, 12x)
- PayBright
- PayPal
- PaySafeCard
- RatePay, RatePay Direct Debit
- SEPA Direct Debit
- Twint
- Electronic Payment Service (EPS)
- Swish
- Alipay , Alipay HK
- Sofort
- Clearpay
- Oney (3x, 4x, 6x, 10x, 12x)
- Swish
- Trustly
- PaySafeCard
- Twint
- Vipps
- WeChat Pay

## API Library
This module is using the Adyen APIs Library for PHP for all (API) connections to Adyen.
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
}
],
"description": "Official Shopware 6 Plugin to connect to Payment Service Provider Adyen",
"version": "3.6.0",
"version": "3.7.0",
"type": "shopware-platform-plugin",
"license": "MIT",
"require": {
"shopware/core": "^6.4.0.0",
"shopware/storefront": "^6.4.0.0",
"adyen/php-api-library": "^11",
"adyen/php-webhook-module": "0.5",
"adyen/php-api-library": "13.0.2",
"adyen/php-webhook-module": "0.6.0",
"monolog/monolog": "^1.16 || ^2.0",
"ext-json": "*"
},
Expand Down
Loading

0 comments on commit f290ba6

Please sign in to comment.