mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-05 22:26:07 +00:00
Update reference to removed method
This commit is contained in:
@@ -10,6 +10,6 @@ class Invoice < ApplicationRecord
|
||||
end
|
||||
|
||||
def serialize_order
|
||||
self.data ||= order.serialize_for_invoice
|
||||
self.data ||= Invoice::OrderSerializer.new(order).serializable_hash
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user