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