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
I am getting an exception when trying to call get_order_history() and in response getting below error.
" in OrderHistory\n if history['type']=='success':\n ~~~~~~~^^^^^^^^\n', "KeyError: 'type'\n"] "
below the the code that i am using to get the response.
history = xti.get_order_history(appOrderID=OrderID,clientID=clientID)
if history['type']=='success':
please help to look into this.
regards,
satish
The text was updated successfully, but these errors were encountered:
Hi Team,
I am getting an exception when trying to call get_order_history() and in response getting below error.
" in OrderHistory\n if history['type']=='success':\n ~~~~~~~^^^^^^^^\n', "KeyError: 'type'\n"] "
below the the code that i am using to get the response.
history = xti.get_order_history(appOrderID=OrderID,clientID=clientID)
if history['type']=='success':
please help to look into this.
regards,
satish
The text was updated successfully, but these errors were encountered: