From 5a2161acaa022fa251eb321666f2a7b47b2ab086 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 31 May 2025 20:44:42 -0400 Subject: [PATCH] added acont id --- app/api/services/loan_status.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/api/services/loan_status.py b/app/api/services/loan_status.py index c6c688d..a9f2ad5 100644 --- a/app/api/services/loan_status.py +++ b/app/api/services/loan_status.py @@ -55,6 +55,7 @@ class LoanStatusService(BaseService): # Simulated processing logic response_data = { "customerId": customer_id, + "accountId": account_id, "transactionId": transactionId, "loans": loans, "totalDebtAmount": total_debt_amount,