Remove dead code Order#display_ship_total

This commit is contained in:
Matt-Yorkley
2021-02-28 13:49:28 +00:00
parent 006236b8dd
commit 4c3ff402e6

View File

@@ -188,10 +188,6 @@ module Spree
Spree::Money.new(tax_total, currency: currency)
end
def display_ship_total
Spree::Money.new(ship_total, currency: currency)
end
def display_total
Spree::Money.new(total, currency: currency)
end