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
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 2023terminal.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.
The text was updated successfully, but these errors were encountered:
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.
From the documentation the last active time should return the last activation time. But it differs from the result on MaxStore.
The text was updated successfully, but these errors were encountered: