elyngved / ruby-mws

A Ruby library that wraps the Amazon MWS API.
MIT License
41 stars 64 forks source link

Replies with a single order were not an Array #9

Open nathanstitt opened 10 years ago

nathanstitt commented 10 years ago

Single order replies where not enclosed in an array. This applies the technique that's used on order_lines to the orders.

This crashed our import scripts over Christmas day. I'm guessing it's a slow sales day for Amazon since we received only a single order.