customerId

This commit is contained in:
CHIEFSOFT\ameye
2025-06-20 20:48:44 -04:00
parent cb4383c10b
commit 4e23ea4e91
+1 -1
View File
@@ -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"],