Skip to content

Commit

Permalink
fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lovrocolic committed Aug 23, 2024
1 parent 0a86c27 commit b05fbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/invoices/customer_usage_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def compute_amounts_with_provider_taxes
res.raise_if_error!
end

res = Invoices::ApplyProviderTaxesService.call(invoice:, provider_taxes: result.fees_taxes)
res = Invoices::ApplyProviderTaxesService.call(invoice:, provider_taxes: result.fees_taxes)
res.raise_if_error!

invoice.total_amount_cents = invoice.fees_amount_cents + invoice.taxes_amount_cents
Expand Down

0 comments on commit b05fbea

Please sign in to comment.