-
Notifications
You must be signed in to change notification settings - Fork 2
Remove /estimates/ecommerce endpoint calls #79
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
Conversation
@holtbp did you generate from client-code-generation. This (the failing test on the SDK) is very very not urgent, so feel free to leave this be for now. |
Yes, generated and it seems maybe my pre-commit hook did some formatting here via |
with: | ||
version: "24.10.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We were getting some issues due to inconsistent versions of black.
- name: Setup Python | ||
uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.4 | ||
with: | ||
python-version: '3.6' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do not need this since make test
run the tests in Docker. This prevents version inconsistencies.
What
Remove calls to
/estimates/ecommerce
endpoint that does not exist.Why
Endpoint was removed.
SDK Release Checklist