From 241344610706e70a72281ad9ace43526fcbe268c Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 7 Nov 2025 18:12:08 -0500 Subject: [PATCH] has loan --- app/api/services/eligibility_check.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/api/services/eligibility_check.py b/app/api/services/eligibility_check.py index 8afec6f..bda1e49 100644 --- a/app/api/services/eligibility_check.py +++ b/app/api/services/eligibility_check.py @@ -53,6 +53,7 @@ class EligibilityCheckService(BaseService): # Determine if there is any loan of 0 days active current_loan = EligibilityCheckService.get_current_active_loans_by_account_id(account_id = account_id) + logger.info(f"*********888 has active loan {current_loan}") if current_loan: logger.info(f"Account {current_loan['accountId']} has active loan {current_loan}") if current_loan['product_id'] =='3MPC':