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-34af006c3a9da9bae933.js');
