Hi. Normally google and apple pay work fine. but sometime when I call handlePayment it doesn't open the apple or google pay modal and return error.message The payment has been canceled. Mostly in apple pay.
one scenario that I figure out is that If I leave app open in standby condition for 10-15 min and then call the handlePayment Method it return "canceled" error code. and if I again click on pay button and call the handlePayment then it will work fine.
Hi. Normally google and apple pay work fine. but sometime when I call handlePayment it doesn't open the apple or google pay modal and return error.message The payment has been canceled. Mostly in apple pay.
one scenario that I figure out is that If I leave app open in standby condition for 10-15 min and then call the handlePayment Method it return "canceled" error code. and if I again click on pay button and call the handlePayment then it will work fine.
const handlePayment = async () => { const clientSecret = await api.getClientSecret({ amount: newTotalVal, venueId: venueId, });
}