Remove unused method

This commit is contained in:
Maikel Linke
2023-02-24 10:39:53 +11:00
parent 8c7b4f73f7
commit 800ccf5037

View File

@@ -50,10 +50,6 @@ module Reporting
data["shipping_method_name"].present?
end
def for_enterprise_fee?
data["fee_name"].present?
end
def for_coordinator_fee?
data["placement_enterprise_role"] == "coordinator"
end