adyen-magento2 icon indicating copy to clipboard operation
adyen-magento2 copied to clipboard

Adyen Payment plugin for Magento2

Results 213 adyen-magento2 issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Since the change introduced in version 8.19.1 with the [PR 2101](https://github.com/Adyen/adyen-magento2/pull/2101) the IP address sent by the extension to Adyen is the one from the frontend proxy...

Bug report

**Description** **Tested scenarios** Fixes

**Description** This PR introduces PHP 8.4 support to the plugin V10. As a part of this PR, Adyen PHP API Library has been upgraded to v28.1.0 which is compatible with...

### Description We found out that if the multiple partial capture is enabled, and if we attempt to capture the same amount twice, the first capture will be processed normally...

Bug report

**Description** The objective of this PR is to improve the reset of the `reserved_order_id` by using the event `checkout_submit_before` which is called in graphQl and REST. The plugins implemented in...

### Description Payment canceled with multiple payment attempts ### Steps to reproduce 1. Make a first payment attempt that is refused 2. Then make a second payment attempt which is...

Bug report

### Description Checkout payment step: Adyen form not accessibility compliant ### Steps to reproduce 1. Install Adyen MAGENTO 2 v9.18.1 2. It uses checkout form v5.71.1, which is supposed to...

Bug report
Already fixed

### Description Incorrect validation for installment payments with debit cards ### Steps to reproduce **Description:** In countries like Mexico, debit cards do not allow installment payments with no interest. Currently,...

Bug report

**Description** As discussed in ticket https://github.com/Adyen/adyen-magento2/issues/2056, the idea is to offer the developer to return custom exceptions in the graphQl `adyenPaymentDetails` query. The objective is to be able to manage...