#Aamir
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
above error is showing in the console, not sure if it is the reason.
Through which Stripe UI are you implementing Apple Pay?
Sounds to me like Payment Request Button, and you're attempting to initialise the Apple Pay dialog whilst its already open/visible
Is there somewhere I can reproduce this?
yes using payment request button
right now I am unable to reproduce with you as it was with my senior apple laptop
on the system first time it worked
but after that we were unable to make payment
Is there somewhere I can reproduce this?
Or at the very least see the code that's throwing the error
My original theory stands, you're calling paymentRequest.show() multiple times when the session/dialog is already active
I recommend working through your integration code to figure if that could be the case. Perhaps the button that triggers .show() is being clicked multiple times โ try disabling it once shown