Skip to content

Bug on terminal Data #22

@Johjoh-6

Description

@Johjoh-6

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions