Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_order_history() giving exceptions even though we are passing correct OrderID and Client ID #12

Open
satishayinala opened this issue Apr 18, 2024 · 0 comments

Comments

@satishayinala
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant