#QuiTe-ApplePay

1 messages · Page 1 of 1 (latest)

cursive creek
#

Hi there, paymentRequest.show() must be called as the result of a user interaction (for example, in a click handler).

leaden flicker
#

Hi, I use paymentRequest.show() after a user click checkout button

#

I have some test steps before use paymentRequest.show()

cursive creek
#

Can you share with me the code?

leaden flicker
#

When user click payment button. I call createOrder function

cursive creek
#

You are calling paymentRequest.show() in the successCallback, which isn't a user interaction.