Skip to content

Commit

Permalink
Merge pull request #5970 from solidusio/backport/v4.0/pr-5954
Browse files Browse the repository at this point in the history
[v4.0] [FIX] Remove spacing at top of OrderShipping#ship method
  • Loading branch information
tvdeyen authored Dec 2, 2024
2 parents b0ce881 + e52f62a commit 9d986ce
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 9d986ce

Please sign in to comment.