Include completed_at attribute

This commit is contained in:
Matt-Yorkley
2023-05-09 14:35:14 +01:00
committed by Konrad
parent 113e1344f2
commit 68ab539ed3

View File

@@ -11,7 +11,7 @@ class Invoice
extend Invoice::DataPresenterAttributes
attributes :additional_tax_total, :currency, :included_tax_total, :payment_total,
:shipping_method_id, :state, :total, :number, :note, :special_instructions
:shipping_method_id, :state, :total, :number, :note, :special_instructions, :completed_at
attributes_with_presenter :bill_address, :customer, :distributor, :ship_address,
:shipping_method, :order_cycle