Delete unused method Stock::Package#currency

This commit is contained in:
Matt-Yorkley
2021-04-29 18:20:10 +01:00
parent 3897c3af68
commit 5b29243847

View File

@@ -75,10 +75,6 @@ module OrderManagement
end
end
def currency
# TODO calculate from first variant?
end
# Returns the shipping methods that are enabled by the order's distributor
#
# @return [Array<Spree::ShippingMethod>]