I'm following the iframe instructions.<head> ... <script src="https://checkout.sandbox.dev.clover.com/sdk.js"></script>; </head>
placed
const clover = new Clover('my_key');
const elements = clover.elements();
in script takes after my div for the iframe.
I verified that my_token is there and it correct by using "https://docs.clover.com/reference/getapikey"
to generate it.
But when I load the page i get an error message in the console.
https://checkout.sandbox.dev.clover.com/sdk.js.map
Please advise.