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

Account_Orders fix #9

Open
eyesuk opened this issue Jul 4, 2021 · 0 comments
Open

Account_Orders fix #9

eyesuk opened this issue Jul 4, 2021 · 0 comments

Comments

@eyesuk
Copy link

eyesuk commented Jul 4, 2021

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")

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