-
How to remove the android progress bar on opening paypall? |
Beta Was this translation helpful? Give feedback.
Answered by
descorp
Nov 23, 2023
Replies: 1 comment
-
Hey @YankovWeb You can always override pending_payment layout locally. However, if the shopper decides to open PayPal (or any other redirect flow payment method) in external browser - "in-app" browser will disappear and there is no way to tell if shopper cancel the payment or still in the process. This could lead to poor UX and even overcharges. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
YankovWeb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @YankovWeb
You can always override pending_payment layout locally.
However, if the shopper decides to open PayPal (or any other redirect flow payment method) in external browser - "in-app" browser will disappear and there is no way to tell if shopper cancel the payment or still in the process. This could lead to poor UX and even overcharges.