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

Bugfix: avoid error upon getting succesfully cancelled order #1612

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

femelo
Copy link
Contributor

@femelo femelo commented Nov 11, 2024

What does this PR do?

Fixes #1245

This PR fixes OrderView to not return error for a successfully cancelled order.

Checklist before merging

  • Install pre-commit and initialize it: pip install pre-commit, then pre-commit install. Pre-commit installs git hooks that automatically check the codebase. If pre-commit fails when you commit your changes, please fix the problems it points out.

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.

POST api/order/ cancel returns error 400 bad_request when successful
1 participant