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