Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code doesn't compile with version. 0.0.23 #45

Open
tpthaler opened this issue Jul 17, 2020 · 1 comment
Open

Code doesn't compile with version. 0.0.23 #45

tpthaler opened this issue Jul 17, 2020 · 1 comment

Comments

@tpthaler
Copy link

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);**
@brianmc
Copy link
Contributor

brianmc commented Jul 19, 2020

Trying to repro this now with latest sample code & version 0.0.23. Will reply back to the thread when I have the issue reproduced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants