if (typeof window.sbdn === 'undefined') {
  window.sbdn = {};
}

window.sbdn.datastore = {}

/* eslint-disable prefer-destructuring */
/* eslint-disable no-var */

function loadScript(url) {
  // Adding the script tag to the head as suggested before
  var script = document.createElement('script');
  script.type = 'text/javascript';
  script.src = url;

  // Fire the loading
  document.head.appendChild(script);
}

loadScript('https://bulk-discount-production.herokuapp.com/packs/js/sbdn-pack-now-679724d551666e732c07.js');
