paynl / magento2-plugin

The Pay. plugin for Magento 2
https://www.pay.nl
27 stars 31 forks source link

PayNL marks quote as active in Controller/Checkout/Redirect without clear reason #199

Closed npluimers closed 2 months ago

npluimers commented 3 months ago

In Controller/Checkout/Redirect around line 90 it seems like you are making the old quote active again, so that you can redirect back to the cart if the payment does not exists.

In the 'perfect flow' this works, since you are making the quote inactive again when the customer reaches the Checkout/Finish controller. However, when a customer decides to abandon after paying the quote remains active while the order is successfully paid.

For us this causes issues with an abandoned cart flow. And I think this may be problematic for other magento 2 modules which expect the default magento way of work (marking the quote as inactive once the order is placed).

Could you please investigate?

woutse commented 3 months ago

Thanks for your message. We'll take a look, and let you know our findings.

woutse commented 2 months ago

Hi, we made an update (release 3.13.0). Hopefully this resolves your issue related to your abandoned cart flow.