Hello all,
I’m integrating the new Square Web Payment SDK in my Nextjs application and it is integrated successfully. I found the Sandbox CDN link - https://sandbox.web.squarecdn.com/v1/square.js, which is working properly.
But now, I want to deploy the application for production, so where can I get the production CDN JS link for Square Web Payment SDK?
Should I use Sandbox or there is another one?
Please help…
The production link is https://web.squarecdn.com/v1/square.js
. Also you’ll want to make sure you complete all the deployment task when moving to production.