Skip to content

Instantly share code, notes, and snippets.

@cored

cored/amazon.rb Secret

Created November 7, 2017 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cored/d28421381c9d0a8d8e4548198287a73e to your computer and use it in GitHub Desktop.
Save cored/d28421381c9d0a8d8e4548198287a73e to your computer and use it in GitHub Desktop.
def self.for(bulk_shipment, order_payload, case_pack, case_pack_count)
new(shipping_labels: ShippingLabels.new(shipping_label: ShippingLabel
.for(bulk_shipment,
order_payload,
case_pack,
case_pack_count))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment