mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 06:26:15 +02:00
Reset invoice serializer
This commit is contained in:
parent
9486e37e39
commit
c48d03dd49
1 changed files with 0 additions and 1 deletions
|
@ -81,7 +81,6 @@ module Serializers
|
||||||
total: invoice.total,
|
total: invoice.total,
|
||||||
recipient: invoice.buyer.billing_email,
|
recipient: invoice.buyer.billing_email,
|
||||||
monthly_invoice: invoice.monthly_invoice,
|
monthly_invoice: invoice.monthly_invoice,
|
||||||
reference_no: invoice.reference_no,
|
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
# rubocop:enable Metrics/MethodLength
|
# rubocop:enable Metrics/MethodLength
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue