Update EnterpriseFeeSummary report scopes

This commit is contained in:
Matt-Yorkley
2021-02-21 10:39:33 +00:00
parent 242ccc4fb3
commit 2ccaf80013

View File

@@ -52,7 +52,9 @@ module OrderManagement
def for_orders
chain_to_scope do
where(adjustable_type: ["Spree::Order", "Spree::Shipment", "Spree::LineItem"])
where(
adjustable_type: ["Spree::Order", "Spree::Shipment", "Spree::LineItem", "Spree::Payment"]
)
end
end