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

README update for VDuda v3 update #86

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

Bobspadger
Copy link

What?

README update to go along with the v3 work by VDuda

@Bobspadger
Copy link
Author

@bookernath there, I've even done the docs for you :)

@Bobspadger Bobspadger changed the title Develop README update for VDuda v3 update Jul 9, 2019
This was referenced May 26, 2020
@@ -55,7 +55,10 @@ def _run_method(self, method, url, data=None, query=None, headers=None):

# Support v3
if self.api_path and 'v3' in self.api_path:
url = 'catalog/{}'.format(url)
if url is 'orders':
Copy link

@ThePsyjo ThePsyjo Oct 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will never be True, use == instead of is.

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