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"],