You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Give that the API returns a boolean value when canceling an order,
it is not valid JSON so it should not be parsed. Calling api.cancel_order(order_id)
yields:
JSON::ParserError: 757: unexpected token at 'true'
The text was updated successfully, but these errors were encountered:
Give that the API returns a boolean value when canceling an order,
it is not valid JSON so it should not be parsed. Calling
api.cancel_order(order_id)
yields:
JSON::ParserError: 757: unexpected token at 'true'
The text was updated successfully, but these errors were encountered: