Skip to content

Commit

Permalink
Merge pull request #181 from Adyen/develop64
Browse files Browse the repository at this point in the history
Release 3.0.0
  • Loading branch information
peterojo authored Jun 11, 2021
2 parents ca650da + a3e0e70 commit 90ac019
Show file tree
Hide file tree
Showing 56 changed files with 5,804 additions and 1,691 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,19 @@ The plugin integrates card component (Secured Fields) using Adyen Checkout for a
- Klarna Pay Later
- Klarna Pay Over Time
- Klarna Pay Now
- RatePay, RatePay Direct Debit
- PayPal
- SEPA Direct Debit
- Twint
- Electronic Payment Service (EPS)
- Swish
- Alipay , Alipay HK
- Sofort
- Clearpay
- Oney (3x, 4x, 6x, 10x, 12x)
- AfterPay invoice
- Trustly
- PaySafeCard

## API Library
This module is using the Adyen APIs Library for PHP for all (API) connections to Adyen.
Expand Down
8 changes: 4 additions & 4 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": "2.1.0",
"version": "3.0.0",
"type": "shopware-platform-plugin",
"license": "MIT",
"require": {
"shopware/core": "~6.3.1",
"shopware/storefront": "~6.3.1",
"shopware/core": "^6.4.0.0",
"shopware/storefront": "^6.4.0.0",
"adyen/php-api-library": "^10",
"monolog/monolog": "^1",
"monolog/monolog": "^2",
"ext-json": "*"
},
"extra": {
Expand Down
Loading

0 comments on commit 90ac019

Please sign in to comment.