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
Hi @RoadRoller, sorry for late reply. I hope you have found a solution to your problem. You can just wrap response payload returned from call to submitOrder in new Order(response). Hope that helps.
Issue type
Brief description
submitOrder method return raw array of values, but it would be more convenient to receive Order model class.
Steps to reproduce
Call submitOrder method.
Additional Notes:
I think it could be simple fixed by replacing:
with
The text was updated successfully, but these errors were encountered: