Skip to main content
Skip table of contents

Building the production version

  1. When development is complete, unzip the opy-sdk-js-5.19.x-production.zip / opy-sdk-js-5.19.x-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

  2. 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>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.