lib/mws/fulfillment_outbound_shipment.rb in peddler-0.7.10 vs lib/mws/fulfillment_outbound_shipment.rb in peddler-0.7.11

- old
+ new

@@ -18,10 +18,10 @@ # @see http://docs.developer.amazonservices.com/en_US/fba_outbound/FBAOutbound_GetFulfillmentPreview.html # @param address [Struct, Hash] # @param items [Array<Struct, Hash>] # @param opts [Hash] # @option opts Array[String] :shipping_speed_categories - # @option opts Boolean :include_cod_fulfillment_preview + # @option opts [Boolean] :include_cod_fulfillment_preview # @return [Peddler::XMLParser] def get_fulfillment_preview(address, items, opts = {}) if opts.has_key?(:include_cod_fulfillment_preview) opts['IncludeCODFulfillmentPreview'] = opts.delete(:include_cod_fulfillment_preview) end