From a1b1caf5d7422a962b26d846ba11b9e61aac7611 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 20 Jun 2025 21:22:06 -0400 Subject: [PATCH] variable bug --- 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 9378ea9..155e940 100644 --- a/app/routes/autocall.py +++ b/app/routes/autocall.py @@ -173,7 +173,7 @@ def salary_detect(): "customerId": loan.customer_id, "loanId": loan.id , "productId": loan.product_id , - "transactionId": lloan.transaction_id, + "transactionId": loan.transaction_id, "initiatedBy": "SALARY_DETECT", "salaryAmount": pending_salary.amount, }