overdue loans

This commit was merged in pull request #45.
This commit is contained in:
Chinenye Nmoh
2025-08-27 15:49:17 +01:00
parent fb460471fb
commit a174340b2f
4 changed files with 42 additions and 44 deletions
+5
View File
@@ -4,6 +4,9 @@ from app.services.repayment import RepaymentService
from app.services.loan import LoanService
from app.helpers.response_helper import ResponseHelper
from app.utils.logger import logger
from decimal import Decimal, ROUND_HALF_UP
from app.services.loan_repayment_schedule import LoanRepaymentScheduleService
from app.enums.loan_status import LoanStatus
class CollectLoanHelper:
@staticmethod
@@ -46,3 +49,5 @@ class CollectLoanHelper:
"countryId": "NG",
"comment": "COLLECT LOAN"
}