lib/shipstation/api_operations/delete.rb in shipstation-0.13.4 vs lib/shipstation/api_operations/delete.rb in shipstation-0.13.5
- old
+ new
@@ -1,10 +1,10 @@
module Shipstation
module APIOperations
module Delete
def delete object_id, params={}
- Shipstation.request(:delete, "#{class_name.downcase.pluralize}/#{object_id}")
+ Shipstation.request(:delete, "#{class_name.downcase.pluralize}/#{object_id}", params)
end
end
end
end
\ No newline at end of file