I'm trying to get up and running with google wallet and am following the "get started" tutorial. When I put in the call for the javascript library
<script src="https://sandbox.google.com/checkout/inapp/lib/buy.js"></script>
I get the following error in my console:
Blocked a frame with origin "https://sandbox.google.com" from accessing a frame with origin "http://localhost:12098". The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "http". Protocols must match.
inject.js:211
(anonymous function) inject.js:211
I have attempted to use
<script src="https://sandbox.google.com/checkout/inapp/lib/buy.js"></script>
but I get the same error. I have even put my app online at an https address and still get the error. Is there a trick I'm missing to get this to load?