Skip to content

Account_Orders fix #9

Description

@eyesuk

Hi Alex,
I was experiencing a few issues with getting account orders.
I made the changes below to the client.py in order to return the correct information.

Changed the page_number default value of 0 to 1 on line 789

Line 841-842
today = date(year=today.year, month=today.month, day=since)
date_format = today.strftime("%m/%d/%Y")

To:

refDate = today - timedelta(since)
date_format = refDate.strftime("%m-%d-%Y")

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions