lineofflight / peddler

Amazon Selling Partner API (SP-API) in Ruby
MIT License
307 stars 130 forks source link

allow xml parser to respond to XML with 'Message' #49

Closed cpartin closed 8 years ago

cpartin commented 8 years ago

XML response from get_feed_submission_result does not contain the string 'Result' and so calling parse on the response returns nil. This patch allows XMLResponseParser to parse XML with a Message node.

hakanensari commented 8 years ago

Thanks :+1: