Delete dead code Order#billing_firstname and Order#billing_lastname

🔥
This commit is contained in:
Matt-Yorkley
2021-03-18 15:54:40 +00:00
parent 97a63edf50
commit 2e20078c05

View File

@@ -466,14 +466,6 @@ module Spree
false
end
def billing_firstname
bill_address.try(:firstname)
end
def billing_lastname
bill_address.try(:lastname)
end
def products
line_items.map(&:product)
end