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,