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.
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.