loan_dict
This commit is contained in:
@@ -167,6 +167,7 @@ def salary_detect():
|
||||
for loan in loans:
|
||||
try:
|
||||
loan_dict = loan.to_dict()
|
||||
logger.info(f"loan_dict ==== Repayment Data:{loan_dict}")
|
||||
repayment_data = {
|
||||
"customerId": loan_dict.customer_id,
|
||||
"loanId": loan_dict["debtId"],
|
||||
|
||||
Reference in New Issue
Block a user