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

[ECP-9498] Implement `onError` callback for the Paypal.

Open khushboo-singhvi opened this issue 4 months ago • 1 comments

Description While abandoning the payment from Paypal, the order is not cancelled, it remains in Pending Payment state until we have the OFFER_CLOSED processed, blocking the inventory. This PR aims to implement onError event being triggered for Paypal cancelation events.

Tested scenarios

  • Canceling or abondoning Paypal orders without completing them
  • E2E automated test case has been implemented on #135

Fixes #2748

khushboo-singhvi avatar Oct 16 '24 13:10 khushboo-singhvi