How to replicate <script> tag in Shopify App development for a JS SDK

How to replicate <script> tag in Shopify App development for a JS SDK

William56
Shopify Partner
4 0 1

The documentation for an external SDK I want to use tells me to load it in as 

<head> <script src="https://paymobile.cdn-pay.com/jsapi/v2.2.0-beta/pay-mobile-sdk.js" crossorigin async data-initial-token="Your Pay Mobile JS token"></script>

 

How can I do this in Shopify's development environment?

Replies 0 (0)