valr-python icon indicating copy to clipboard operation
valr-python copied to clipboard

Fix issue with delete_order

Open RichardAtCT opened this issue 1 year ago • 1 comments

TlDr: The _do method was not handling the body-less response resonse from VALRs API. To fix this I created a new method called do_delete which skips a lot of the error handling in _do, just returning the request object.

RichardAtCT avatar Mar 28 '23 07:03 RichardAtCT