diff --git a/lib/mws/merchant_fulfillment/parser.rb b/lib/mws/merchant_fulfillment/parser.rb index 0a972ec..73cdeb5 100644 --- a/lib/mws/merchant_fulfillment/parser.rb +++ b/lib/mws/merchant_fulfillment/parser.rb @@ -19,6 +19,8 @@ def parse node = find_result_node case node.name + when /GetServiceStatus/ + ServiceStatus.new(node) when /GetEligibleShippingServices/ ShippingServices.new(node) when /CreateShipment/