Skip to content

Commit

Permalink
Add ServiceStatus to parser
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDaugherty committed Feb 14, 2019
1 parent e654e5b commit 9b8f234
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mws/merchant_fulfillment/parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 9b8f234

Please sign in to comment.