1
0
This commit is contained in:
CHIEFSOFT\ameye
2025-11-07 18:12:08 -05:00
parent ff5cbcc49d
commit 2413446107
+1
View File
@@ -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':