forked from DigiFi/digifi-BankToProductCore
has loan
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user