Skip to content

Instantly share code, notes, and snippets.

@cored
Created December 24, 2017 18:15
Show Gist options
  • Save cored/f52286c42bb33164585e5f424f21c8b6 to your computer and use it in GitHub Desktop.
Save cored/f52286c42bb33164585e5f424f21c8b6 to your computer and use it in GitHub Desktop.
def cancel_slot(courier_slot)
ez_shipment = EasyPost::Shipment.retrieve(courier.external_api_identifier)
ez_shipment.refund
ez_shipment
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment