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

fix issue where client_id and client_secret were not sent to myob dur… #21

Merged
merged 1 commit into from
Jan 28, 2019

Conversation

mattjegan
Copy link
Contributor

…ing verification

MYOB's API requires that we pass along the client_id and client_secret with the verification request. Until recently this was done by default in requests_oauthlib however now we need to use include_client_id=True when using the fetch_token method. Prior to this PR the library is incompatible with the latest versions of requests_oauthlib.

@jarekwg
Copy link
Member

jarekwg commented Jan 28, 2019

Nice! Thanks for the PR.
I haven't had a deeper dive into into the new request_oauthlib 3 yet, hopefully the rest is stable enough to not need to pin to 2.x..

@jarekwg jarekwg merged commit cdf9373 into uptick:master Jan 28, 2019
@jarekwg
Copy link
Member

jarekwg commented Jan 28, 2019

Published in 1.1.1.

@mattjegan
Copy link
Contributor Author

@jarekwg No worries and thanks for the merge!

@jarekwg jarekwg mentioned this pull request Jan 30, 2019
@camrail camrail mentioned this pull request Aug 17, 2020
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

Successfully merging this pull request may close these issues.

2 participants