Skip to content

Commit

Permalink
Merge pull request #5972 from solidusio/backport/v4.2/pr-5954
Browse files Browse the repository at this point in the history
[v4.2] [FIX] Remove spacing at top of OrderShipping#ship method
  • Loading branch information
tvdeyen authored Dec 2, 2024
2 parents e6abb7a + 2bf5f12 commit b0ec228
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/app/models/spree/order_shipping.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def ship_shipment(shipment, external_number: nil, tracking_number: nil, suppress
# @return The carton created.
def ship(inventory_units:, stock_location:, address:, shipping_method:,
shipped_at: Time.current, external_number: nil, tracking_number: nil, suppress_mailer: false)

carton = nil

Spree::InventoryUnit.transaction do
Expand Down

0 comments on commit b0ec228

Please sign in to comment.