Continuous redirect flow by opening Paypal Checkout in same window
yoannisj opened this issue · 1 comments
Currently the Paypal Checkout gateway opens Paypal's login and payment form in a popup window, which means redirects also happen in that popup window, leaving the window where the user did his checkout hanging on the payment page.
Unless there are other technical concerns, opening the Paypal Checkout form in the same window may offer a more elegant and continuous flow to the user, where the Paypal login / payment and redirect feel more like they are part of the same flow.
Oh, looks like this has been addressed already. Sorry, about that!
I was still seeing this behaviour after updating to from v1.1.0 to v1.2.0 but it looks like the update may not have been completed at the time, or I was getting cached assets, because after running composer install
again and testing in a private window, I now see the redirect happen on the originating checkout window with v1.2.0.
This is IMO a much better user experience indeed!