#exxmaxx
1 messages · Page 1 of 1 (latest)
Hey there
Sounds like you may have a domain registration issue on your staging account
That could be why it isn't showing
As for the error above, that is usually because you have something else going on in your click handler (like calling your server) before you actually display the Apple Pay modal
There are some security implementations on Apple's end that require the modal to be shown immediately
So you need to handle any other actions prior to this click handler
Yeah so see how you are calling await this.createPaymentIntent()
And also the staging account is registered.
That is the problem
You need to move the PaymentIntent creation earlier in your flow