You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the latest version of the API; and I am getting code compile errors. For example, when trying to use the code that Auths and Creates a Token I get an error saying processingInformation.actionList(actionList); is not found. I checked the diff on the main api project and it appears that function was removed and I can't find a suitable replacement. Please help!
Ptsv2paymentsProcessingInformation processingInformation = new Ptsv2paymentsProcessingInformation();
List <String> actionList = new ArrayList <String>();
actionList.add("TOKEN_CREATE");
**processingInformation.actionList(actionList);**
The text was updated successfully, but these errors were encountered:
I'm trying to use the latest version of the API; and I am getting code compile errors. For example, when trying to use the code that Auths and Creates a Token I get an error saying processingInformation.actionList(actionList); is not found. I checked the diff on the main api project and it appears that function was removed and I can't find a suitable replacement. Please help!
The text was updated successfully, but these errors were encountered: