Building the production version
When development is complete, extract the opy-sdk-js-all.js file from the opy-sdk-js-5.5.x-production.zip
Replace the integration opy-sdk-js-all-debug.js file with the production opy-sdk-js-all.js version.
In the page
<head>
section, change:CODE<script src="../../dist/opy-sdk-js-all-debug.js"></script>
to
CODE<script src="../../dist/opy-sdk-js-all.js"></script>