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
Hello. I have issues with PaymentElement. Stripe.com support said it's most likely issue with the library.
When user chooses GPay as payment method and closes the GPay popup window, the promise is not rejected and I have no way of cancelling progress-overlay in that case.
GooglePay is available as payment method in Opera browser, but when user chooses it and tried to pay, they see information about a need of using Chrome or Safari browser. Again, stripe support said Opera is supported for Google Pay - so they said it's most likely library issue
and
^ this should throw when Google Pay popup was blocked or after unblocking in Opera user cant pay because of the Chrome or Safari message and popup is closed - meaning payment is cancelled.
Severity
annoyance
Additional Information
It's not really blocking all usage but at least good portion of it
The text was updated successfully, but these errors were encountered:
In the screenshot, you're showing a call to the Stripe client (stripe.confirmPayment()), that API is provided by Stripe. So I'm not clear how it's an issue with this library.
Also, can you provide a minimal reproduction in a GitHub repo of the Opera issue?
Describe the bug
Hello. I have issues with PaymentElement. Stripe.com support said it's most likely issue with the library.
Reproduction
and
^ this should throw when Google Pay popup was blocked or after unblocking in Opera user cant pay because of the Chrome or Safari message and popup is closed - meaning payment is cancelled.
Severity
annoyance
Additional Information
It's not really blocking all usage but at least good portion of it
The text was updated successfully, but these errors were encountered: