cancel
Showing results for 
Search instead for 
Did you mean: 
mchaffins7
Member
since ‎08-06-2018
‎04-21-2020

Your latest statistics

  • 0 Replies
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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';...
I am trying to create a JavaScript call using the instructions following the API documentation at https://developer.authorize.net/api/reference/features/acceptjs.html#Integrating_the_JavaScript_Library_into_Your_Page. I created sandbox account and ob...