HTML: Pay On load, a js file
updates the button attributes based on the results of a method (orgCred)
inserting credentials for the current client as needed. The apiLoginID,
clientKey and acceptUIFormHeaderTxt are all updated based on the curren...
HTML - the action should say javascript:handlePayment() Pay On load, a js file
updates the button attributes based on the results of a method (orgCred)
inserting credentials for the current client as needed. The apiLoginID,
clientKey and acceptU...
I finally figured this out. I moved the AcceptUI.js script integration
(below) from the main index.html where the form is initiated into a sub
component that is loaded after the loginID and client key are updated.
Seems to work fin now!