Commit 7ea239f
feat: add OrderStatusCode values to reflect failure modes for orders (#56)
## What I'm changing
- Adding FAILED and EXPIRED OrderStatusCodes
We may get away with grouping those two failure modes into a single
code, but I think we should have one.
## Checklist
- [X ] Tests pass: `uv run pytest`
- [ ] Checks pass: `uv run pre-commit --all-files`
FYI: `pre-commit: error: unrecognized arguments: --all-files`
- [ ] CHANGELOG is updated (if necessary)
---------
Co-authored-by: Pete Gadomski <[email protected]>1 parent 82b7cfe commit 7ea239f
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
0 commit comments