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
Describe the bug
In the test environment when processing payments with apple pay the createPlatformPayPaymentMethod function hangs randomly. (Code snippet below) What's strange is that Apple Payment would work once and for subsequent times it will hang, the paymentsheet popups sometimes and disappears right away before the user interacts or sometimes it doesn't even show at all. Google pay works fine as expected.
I believe it has something to do with the Apple Payment Sheet and stripe package interaction with the paymentsheet. Also if you close the apple payment sheet when payment is not complete it would also get hung.
Describe the bug
In the test environment when processing payments with apple pay the createPlatformPayPaymentMethod function hangs randomly. (Code snippet below) What's strange is that Apple Payment would work once and for subsequent times it will hang, the paymentsheet popups sometimes and disappears right away before the user interacts or sometimes it doesn't even show at all. Google pay works fine as expected.
I believe it has something to do with the Apple Payment Sheet and stripe package interaction with the paymentsheet. Also if you close the apple payment sheet when payment is not complete it would also get hung.
@stripe/stripe-react-native
version: "0.38.6"
Expected behavior
The function shouldn't hang. It should error out or return a response.
Screenshots
If the payment sheet is closed in this instance then createPlatformPayPaymentMethod function hangs (the function never returns a result)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: