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
I am confirming payments on the server and using the presentApplePay method as a way of generating a token. I am not calling confirmApplePay after this instead I'm hitting a payment endpoint on the backend to process the payment.
The issue is that once I call presentApplePay a paymentMethod is generated and the payment is processed (server) the ApplePay sheet is still displayed and the user must either be smart enough to tap another area of the screen in order to close it or else wait only to be given an error that their payment has not been processed (even though it has been on the server).
The ability to close the Apple pay sheet is a must have for this scenario.
Just the way you can use presentApplePay is there any way or method for closing it?
The text was updated successfully, but these errors were encountered: