Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed Sep 9, 2024
1 parent f2866ad commit 5f24314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pay-api/src/pay_api/services/eft_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def process_cfs_refund(self, invoice: InvoiceModel,
if corp_type := CorpTypeModel.find_by_code(invoice.corp_type_code):
if corp_type.has_partner_disbursements:
reversal_total += cil.amount

if reversal_total > 0:
PartnerDisbursementsModel(
amount=reversal_total,
Expand Down

0 comments on commit 5f24314

Please sign in to comment.