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

Adyen Payment plugin for Magento2

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

**Describe the bug** I think there is a problem with the `Payment methods enabled` option, in Magento this option is of type [store view]. When saving this option, the `payment/*/active`...

Bug report

**Description** In order to improve tracking this PR implements an tracking value for the `/payments ` endpoints **Tested scenarios** - Redirect payments - 3DS2 - Cards Fixes

**Description** Update to check the order status before updating **Tested scenarios** 1. Refused orders. Fixes

Hiya, noticed this error in the Magento order logs of a Walley order. `The order failed to update: Unsupported webhook notification: CAPTURE_FAILED` Not running on the latest Adyen module version,...

Bug report

**Describe the bug** When placing an order for a virtual product adyen.js makes ~100 calls to each of dfp.1.0.0.html, fingerprintjs2.js, and risk.1.0.0.js. This transfers 2.8MB over the network. Purchasing a...

Bug report

Hi, doing some store maintenance, we've identified the `adyen_payment_response` & `sales_order_payment` tables are taking up over 40% of the used DB space. With the order payment table, Adyen orders seem...

Bug report

**Description** Save config (payment/adyen_*/active) to corresponding website/store view instead of default when scope is chosen. Deletes corresponding config when user chooses use default.

**Describe the bug** Unable to place an order with discount code using Klarna payment method. I'm receiving the following error from payment gateway: Internal error: Result from Open Invoice service...

Bug report

**Description** The goal is to create a new helper that will execute the /paymentMethods request. Fixes #2568

Hi, Would it be possible to create a separate helper to retrieve the `/paymentMethods` request information so that the code already in place can be easily reused. To give a...

Enhancement