lineofflight/peddler

Get Orders doesn't work for multiple orders

Closed this issue · 3 comments

response = client.get_order("XXX-1236548-4587XXX", "XXX-1546987-7845XXX")
order = response.parse

The documentation says it can take upto 50 orders as input..but while 'response' has info for all 50 orders, once it's parsed, only the first order seems to show.

@prathip111 I'm not sure, everything looks in order in the test.

Perhaps this earlier discussion helps.

I'm able to get 50 orders in XML format but when i tried to parse the response it only returning single order

your testing code is working fine thanks a lot...