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

Fix issue with delete_order

Open RichardAtCT opened this issue 3 years 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

Hey @jonathanelscpt - have you had a chance to look at this? :)

RichardAtCT avatar Feb 01 '24 04:02 RichardAtCT