I am using Angular 7 and have to add the accept.js script dynamically
with the following:const node =
document.createElement('script');node.src =
'https://apitest.authorize.net/xml/v1/request.api';node.type =
'text/javascript';node.charset =
'utf-8';...