Remove dead code: Shipment#total_cost

This commit is contained in:
Matt-Yorkley
2021-02-07 13:40:31 +00:00
parent 8d6468dab1
commit 14530ddbc5
2 changed files with 0 additions and 10 deletions

View File

@@ -164,10 +164,6 @@ module Spree
Spree::Money.new(item_cost, currency: currency)
end
def total_cost
cost + item_cost
end
def editable_by?(_user)
!shipped?
end