GWilliams
06/21/2023, 9:32 AMTypeError: Cannot call method "submit" of undefined (ssp_libraries.js#7392)
Our payment processing profile is with Adyen and we're using a one step checkout process. Checkout process is successful in our existing version of SCA (2022.1.2) when using the same payment processing profile. Adyen seems to think it could be a NetSuite issue in the latest version. Any ideas on how I could resolve this issue?Steve Goldberg
06/21/2023, 10:54 AMGWilliams
06/21/2023, 11:17 AMGWilliams
06/21/2023, 11:17 AMbuildSubmitLoginAuthenticated: function buildSubmitLoginAuthenticated(callbackModel) {
var confirmation = callbackModel.submit(true);
ModelsInit.context.setSessionObject('cardHolderAuthenticationRecordId', null);
return confirmation;
},
GWilliams
06/21/2023, 11:18 AMSteve Goldberg
06/21/2023, 11:37 AMSteve Goldberg
06/21/2023, 11:37 AMcallbackModel
refers to the model module that’s meant to be called when a user comes back from verifying 3D SecureSteve Goldberg
06/21/2023, 11:38 AM