added a new penal charge endpoint

This commit was merged in pull request #63.
This commit is contained in:
Chinenye Nmoh
2026-01-22 22:41:06 +01:00
parent f048dd99ba
commit 03c12fd9b5
5 changed files with 68 additions and 3 deletions
+3 -1
View File
@@ -47,7 +47,9 @@ class LoanRepaymentScheduleService:
"""
return LoanRepaymentSchedule.update_repayment_schedule_description(schedule_id, description)
@classmethod
def get_overdue_repayment_schedule_with_grace_period(cls, grace_period_days):
return LoanRepaymentSchedule.get_overdue_repayment_schedule_with_grace_period(grace_period_days)
@staticmethod
def handle_schedule_updates(updated_loan, data, amount_collected, message, loan_data):
"""