Hello,
I am getting the following error:
Uncaught SecurityError: Blocked a frame with origin "https://js.stripe.com" from accessing a frame with origin "http://localhost:8100". The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "http". Protocols must match.
Because of the following line in index.html:
<script type="text/javascript" src="https://js.stripe.com/v2/"></script>
Is there a work around this issue?
Hervé