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

Bug on terminal Data #22

Open
Johjoh-6 opened this issue Dec 14, 2023 · 0 comments
Open

Bug on terminal Data #22

Johjoh-6 opened this issue Dec 14, 2023 · 0 comments

Comments

@Johjoh-6
Copy link

We are using the Java SDK version 9.0.0 to get the list of terminals and their respective data. We found a problem in the exactitude of the data.

From the MaxStore we get the information about the terminal and their date of creation and last time active.
But with the SDK and the Terminal API we try and we get the same date on Creation and last activate.

There are only two methods from the SDK to get a date value.

Result<TerminalDTO> t = Api.getTerminal(id, true);
terminal.getCreatedDate(); // Wed Jun 21 12:26:08 CEST 2023
terminal.getLastActiveTime(); // Wed Jun 21 12:26:08 CEST 2023

From the documentation the last active time should return the last activation time. But it differs from the result on MaxStore.

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

No branches or pull requests

1 participant