#Alan Tse
1 messages · Page 1 of 1 (latest)
Can you describe the actual issue you're facing? I think the issue you've linked is largely unrelated
using the Payment Request button to trigger its onclick, in the onClick handler I have the async logic and subsequent call, has an error after invoke paymentRequest.show() method
handleInstantPayButtonClick = (e) => {
e.preventDefault()
makeApiRequest().then((response) => {
paymentRequest.update(response)
paymentRequest.show()
}
}