Skip to content

Commit

Permalink
Merge pull request #5954 from SuperGoodSoft/fix/new-rubocop-rules
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen authored Nov 30, 2024
2 parents c560453 + 6d44a13 commit 68c4b1a
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 68c4b1a

Please sign in to comment.