added repayment_schedule

This commit is contained in:
Chinenye Nmoh
2025-08-27 12:00:42 +01:00
parent 524836f52a
commit fb460471fb
9 changed files with 330 additions and 131 deletions
+2
View File
@@ -106,3 +106,5 @@ class LoanService:
Get all overdue loans.
"""
return Loan.get_overdue_loans()