Hi.
I have this issue of apple pay not showing whenever .begin() is triggered. After some debugging, I have found out that applePaySession.oncancel() being called every time I trigger .being(). Any idea what is causing this to happen?
P.S. Trying to implement apple pay on react js.
Gotten it fixed. Problem lies with the line items I have added. It doesn't add up to the total amount and apple pay session have some validation check on it. Had a try catch statement around initialising apple pay session and .begin() and no error is thrown but instead .oncancel() is being trigger.