Skip to content

Releases: Adyen/adyen-shopware6

Adyen Payment 3.1.0

01 Sep 11:13
688d3aa
Compare
Choose a tag to compare

Features

#183 Implement giftcards
#191 Prefill shopper details and addresses
#192 Add addressDetails to Amazon Pay
#190 Outsource notification processing to webhook module
#195 Add refund processing to order detail page
#199 Show/Hide 'Save credit card' option
#200 Split the configuration panel into components
#198 Show notifications in order details page
#202 Show safe error messages to shopper

Fixes

#189 Paypal button is not working in Firefox on IOS mobile

Current checkout api version: v67
Current checkout component version: 4.2.1

Adyen Payment 2.2.0

10 Aug 14:27
38f3899
Compare
Choose a tag to compare

Important Note
Please note this is not the latest version of the plugin, just the last patch release for version 2, to be used on Shopware versions v6.3.1.1 - v6.3.5.4.

Features
#197 Add refund processing to order detail page (v6.3)

Adyen Payment 3.0.0

11 Jun 08:32
90ac019
Compare
Choose a tag to compare

Important notes:

This release is built to support Shopware v6.4 and above, it is NOT backwards compatible with versions < 6.4

Features

#180 #177 Added support for Shopware 6.4
#179 Added the following payment methods:

Fixes

#178 Fix line item description for products with variants.

Adyen Payment 2.1.0

27 May 11:33
ca650da
Compare
Choose a tag to compare

This plugin version is built for Shopware 6.3.1.1 - 6.3.5.4.

Features
#173 Added help text to all fields in plugin configuration

Fixes
#175 Fix structure of payment method extension

Adyen Payment 2.0.0

11 May 14:50
80357b8
Compare
Choose a tag to compare

Important notes

This release removes support for the OriginKey, adding a Client Key value in the administration will now be required for the checkout component to work.
NB: This release does not include support for the new major Shopware version 6.4.0.0, we will support version 6.4.0.0 on a new major version of our plugin (v3.0.0) and drop support for Shopware versions < 6.4

Features

#158 Updated Checkout API version to v67 and Web Component version to 4.2.1
#158 Removed Support for origin keys
#159 Implemented Paypal pay button in checkout page
#161 Process refund notifications from Adyen to update order transaction states
#162 Added Adyen payment methods data and additional information to Store API payment-methods response
#163 Added client key and additional data to sales channel context in Store API response
#164 Added support for Amazon Pay via pay button in checkout page
#168 Added support for Blik payment method

Fixes

#149 Improved error handling in payment flow
#151 Switched to event subscriber for setting payment state data
#153 Exclude discount line items from open invoice payment request
#155 Added workaround to allow guest customers to complete payment for an order after a failed payment attempt

Adyen Payment 1.6.0

16 Mar 15:38
3fc20d8
Compare
Choose a tag to compare

This release introduces support for Apple pay, Google Pay, Bancontact and Dotpay payment methods. Also adds support for custom payment flows with multiple steps in checkout.
Features
#126 Add support for Google Pay & Apple Pay payment methods
#126 Allow sending of state.data directly to payment endpoint
#143 Add support for Dotpay payment method
#98 Add support for Bancontact payment method
#145 support sending of payment method and payment details in separate steps

Fixes
#132 Bug fix in payment methods filter, to display only payment methods available via API
#134 Fix broken 'Test Configuration' button in Shopware v6.3.4.1 and above
#137 Set correct route prefixes to ensure the correct routes are generated
#140 Detect proper tax status to subtract tax from orderlines

Adyen Payment 1.5.0

05 Feb 10:14
f805d41
Compare
Choose a tag to compare

This release introduces processing of payment notifications and updating of payment statuses. See the docs for more information.
Also in this release, all usage of the deprecated SalesChannel-API is dropped and Store-API is used.

Features
#119 Added processing of Notifications
#123 Removed extra fields in API test request
#122 Replace all usage of the deprecated sales-channel-api with store-api

Fixes
#127 Fixed problem with completing a failed payment
#124 Allow sales-channel specific setting of plugin configuration
#125 Fixed check to remove OneClick from PM list

Known issues
Google Chrome 3DS1 payments, shopping cart removed after redirect.

Adyen Payment 1.4.0

04 Jan 15:58
d30f100
Compare
Choose a tag to compare

Features
#93 [PW-3610] Implementing client key
#95 Update checkout api version to 64 and checkout component version to 3.18.2
#97 Add GiroPay payment method
#111 PW-3120 add weekly cron to fetch PM logos

Fixes
#99 [PW-3631] storedPaymentMethods state.data check

Other
#106 Bump shopware/core from 6.3.4.0 to 6.3.4.1

This release introduces a new feature that fetches the payment method logos to be stored in the Shopware 6 instance. Merchants need to make sure that the following configuration is set to enabled: shopware.media.enable_url_upload_feature. This is enabled by default in platform/src/Core/Framework/Resources/config/packages/shopware.yaml. New MediaFolder Adyen will be created with migration.

Adyen Payment 1.2.0

02 Dec 14:52
c7b49e1
Compare
Choose a tag to compare

Features
Enable save card details (#83)
OneClick payment methods (#84)
Add German translations (#85)

Fixes
Refactor PaymentResponse to not depend on the current session (#79)
Revert "Adding redirect data to /payments call" (#82)
Cards form is not presented to shopper if it is the default payment method (#86)
/paymentMethods call in order edit is not using the order data (#87)

Adyen Payment 1.1.0

23 Oct 09:35
54ef740
Compare
Choose a tag to compare

New Payment Methods
PayPal
iDeal
Klarna Pay Later
Klarna Pay Now
Klarna Account
SEPA Direct Debit
Sofort

Features
Add payment methods to the plugin and adjust card payment handler (#45)
Adding redirect data to /payments call (#47)
OpenInvoice lines support and Klarna PMs (#48)
Adding support for multiple sales channels configurations (#54)
New paypal integration (#55)
Make API version in routes dynamic (#60)
PM descriptions (#66)
Getting module version from plugin entity (#73)
Add support for Klarna Account (#76)
Removing plugin data on uninstall (#77)

Fixes
Fix illegal transition "paid" from state (#41)
Fix 3DS2 modal in change order page (#42)
Moving PM decorator logic to event subscriber (#43)
Improve error messages in the plugin config test (#44)
Fixing invalid entity definitions (#52)
Make plugin compatible with different payment methods (#53)
Adjust constructor to shopware 6.3 in AdyenAccountOrderController (#58)
Fix eslint error when using watch-administration.sh (#59)
Adding shopware/storefront dependency (#61)
Replacing usage of sendRequest for post calls (#67)
Last name fix for payments calls (#68)
Logging some messages in NotificationReceiverService as critical (#70)
Changing twig if statement to check if payment method handler contains 'handler_adyen
' (#80)
Checking if order is 'in_progress' before doing do_pay transition (#81)

Known issues
3DS1 payments run into issues with the SameSite cookie policy. Currently being addressed by #79