added a new penal charge endpoint

This commit is contained in:
Chinenye Nmoh
2026-01-23 11:14:17 +01:00
parent 03c12fd9b5
commit 0f4455e738
4 changed files with 35 additions and 6 deletions
+1
View File
@@ -61,6 +61,7 @@ class Config:
os.getenv("OVERDUE_LOAN_BATCH_DELAY_SECONDS", 5)
)
OVERDUE_GRACE_PERIOD_DAYS = int(os.getenv("OVERDUE_GRACE_PERIOD_DAYS", 30))
OVERDUE_PROCESSING_LIST_LIMIT = int(os.getenv("OVERDUE_PROCESSING_LIST_LIMIT", 100))
BANK_CALL_API_TIME_OUT = os.getenv("BANK_CALL_API_TIME_OUT", 100)