#QuiTe-ApplePay
1 messages · Page 1 of 1 (latest)
Hi there, paymentRequest.show() must be called as the result of a user interaction (for example, in a click handler).
Hi, I use paymentRequest.show() after a user click checkout button
I have some test steps before use paymentRequest.show()
Can you share with me the code?
When user click payment button. I call createOrder function
You are calling paymentRequest.show() in the successCallback, which isn't a user interaction.