Building the production version
When development is complete, unzip the opy-sdk-js-<version>-production.zip / opy-sdk-js-<version>-production-no-ui.zip and replace the integration file with the production version.
opy-sdk-js-all-integration.js with opy-sdk-js-all-production.js, or
opy-sdk-js-all-no-ui-integration.js with opy-sdk-js-all-no-ui-production.js
In the page
<head>
section, change:CODE<script src="../../dist/opy-sdk-js-all-integration.js"></script>
to
CODE<script src="../../dist/opy-sdk-js-all.js"></script>