Recently we changed our form from our own to the hosted payment information form. We did not change the api call as it was working before the change. Now we are getting the following error in the console.
AcceptUI.js:1 Uncaught TypeError: window[i] is not a function
at A (AcceptUI.js:1)
at g (AcceptUI.js:1)
Solved! Go to Solution.
05-12-2021 05:38 AM
Hello @daviddugle,
This error is typically due to the function named in the data-responseHandler not being found when it is time to execute the response callback.
05-12-2021 06:21 AM - edited 05-12-2021 06:21 AM
Hello @daviddugle,
This error is typically due to the function named in the data-responseHandler not being found when it is time to execute the response callback.
05-12-2021 06:21 AM - edited 05-12-2021 06:21 AM