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':