Skip to content

Commit

Permalink
Reset invoice serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Tsoganov authored and Sergei Tsoganov committed Jun 6, 2023
1 parent 9486e37 commit c48d03d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/serializers/repp/invoice.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def simple_object
total: invoice.total,
recipient: invoice.buyer.billing_email,
monthly_invoice: invoice.monthly_invoice,
reference_no: invoice.reference_no,
}
end
# rubocop:enable Metrics/MethodLength
Expand Down

0 comments on commit c48d03d

Please sign in to comment.