Skip to content

Commit

Permalink
more minors
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed Sep 16, 2024
1 parent ae0cb68 commit e43609d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pay-api/src/pay_api/services/eft_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
from pay_api.models import Statement as StatementModel
from pay_api.models import StatementInvoices as StatementInvoicesModel
from pay_api.models import db
from pay_api.models.corp_type import CorpType as CorpTypeModel
from pay_api.utils.enums import (
CfsAccountStatus, DisbursementStatus, EFTCreditInvoiceStatus, EJVLinkType, InvoiceReferenceStatus, InvoiceStatus,
PaymentMethod, PaymentStatus, PaymentSystem)
Expand Down Expand Up @@ -478,7 +477,7 @@ def _handle_invoice_refund(invoice: InvoiceModel,
case EFTCreditInvoiceStatus.COMPLETED.value:
# 4. EFT Credit Link - COMPLETED
# (Invoice needs to be reversed and receipt needs to be reversed.)
# reversal_total = Decimal('0')
reversal_total = Decimal('0')
for cil in sibling_cils:
EftService._return_eft_credit(cil)
EFTCreditInvoiceLinkModel(
Expand Down

0 comments on commit e43609d

Please sign in to comment.