I am dynamically loading Accept.js only if it's needed during our
checkout process. My initial approach was to just add the script to the
tag, listen for the script's load event, and then call
Accept.dispatchData. Unfortunately, this results in E_WC...