CODE:
const session = new ApplePaySession(3, paymentRequest);
Error:
InvalidAccessError: Trying to start an Apple Pay session from an insecure document.
Please provide any solution to resolve this error.
const session = new ApplePaySession(3, paymentRequest);
Error:
InvalidAccessError: Trying to start an Apple Pay session from an insecure document.
Please provide any solution to resolve this error.