active_shipping
active_shipping copied to clipboard
Better ShipWire validation
Rel.: #130
There is currently no validation on Shipwire XML responses. We simply transform all NoMethodError
into ResponseContentError
.
As suggested by @costford, a better implementation would be to do an initial full response validation with something like an .xsd, or individually ensuring the presence of each node you want to work with.
:love_hotel: