From 4e23ea4e919d8fd2da7dd014c9db72c515ef3c3d Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 20 Jun 2025 20:48:44 -0400 Subject: [PATCH] customerId --- app/routes/autocall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/autocall.py b/app/routes/autocall.py index 55798ff..e3d49af 100644 --- a/app/routes/autocall.py +++ b/app/routes/autocall.py @@ -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"],