diff --git a/lib/open_food_network/sales_tax_report.rb b/lib/open_food_network/sales_tax_report.rb index af50c3cc85..5d1099e824 100644 --- a/lib/open_food_network/sales_tax_report.rb +++ b/lib/open_food_network/sales_tax_report.rb @@ -102,13 +102,5 @@ module OpenFoodNetwork def tax_included_in(line_item) line_item.adjustments.tax.inclusive.sum(:amount) end - - def shipment_inc_vat - Spree::Config.shipment_inc_vat - end - - def shipping_tax_rate - Spree::Config.shipping_tax_rate - end end end