You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the customer clicks on "back to shop" once he is on the paypal page, there are two payments created (one in state cart and the other in state new) which creates further problems. it should normally have only one payment created, state "new".
Here a screen :
I think the problem is on all versions of this plugin.
costa-jeremy
changed the title
[Bug] ...
[Bug] When the customer clicks on "back to shop" once he is on the paypal page, there are two payments create
Sep 28, 2022
costa-jeremy
changed the title
[Bug] When the customer clicks on "back to shop" once he is on the paypal page, there are two payments create
[Bug] When the customer clicks on "back to shop" once he is on the paypal page, there are two payments created
Sep 28, 2022
When the customer clicks on "back to shop" once he is on the paypal page, there are two payments created (one in state cart and the other in state new) which creates further problems. it should normally have only one payment created, state "new".
Here a screen :
I think the problem is on all versions of this plugin.
The solution is to remove this line 54 i think, but i m not sure.
https://github.com/Sylius/PayPalPlugin/blob/master/src/Controller/CancelLastPayPalPaymentAction.php#L54
The text was updated successfully, but these errors were encountered: