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

refactor: woocommerce connector (backport #5) #8

Merged
merged 4 commits into from
May 22, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented May 22, 2024

Should also resolve #6


This is an automatic backport of pull request #5 done by Mergify.

barredterra and others added 4 commits May 22, 2024 08:55
(cherry picked from commit 0e79b6f)
(cherry picked from commit dffdd78)
(cherry picked from commit 63dd0e3)
- Only post and put methods in the library accept 'data'. This breaks get when it gets a 'data' arg that it does not accept
- Pass 'params' in kwargs as get, post, put, etc do not accept params. But this can be unpacked as 'params' and 'kwargs' in the lib's __request fn.

(cherry picked from commit 14f24b2)
@mergify mergify bot mentioned this pull request May 22, 2024
@barredterra barredterra merged commit 996986e into version-14 May 22, 2024
2 checks passed
@barredterra barredterra deleted the mergify/bp/version-14/pr-5 branch May 22, 2024 10:39
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.

UnboundLocalError: cannot access local variable 'response' where it is not associated with a value
2 participants