lib/mws/merchant_fulfillment/client.rb in peddler-1.3.0 vs lib/mws/merchant_fulfillment/client.rb in peddler-1.4.0

- old
+ new

@@ -47,11 +47,11 @@ end # Returns an existing shipment for the ShipmentId value that you specify # # @see http://docs.developer.amazonservices.com/en_US/merch_fulfill/MerchFulfill_GetShipment.html - # @params [String] shipment_id + # @param [String] shipment_id # @return [Peddler::XMLParser] def get_shipment(shipment_id) operation('GetShipment') .add( 'ShipmentId' => shipment_id @@ -62,10 +62,10 @@ # Cancels an existing shipment and requests a refund for the ShipmentId # value that you specify # # @see http://docs.developer.amazonservices.com/en_US/merch_fulfill/MerchFulfill_CancelShipment.html - # @params [String] shipment_id + # @param [String] shipment_id # @return [Peddler::XMLParser] def cancel_shipment(shipment_id) operation('CancelShipment') .add( 'ShipmentId' => shipment_id