added acont id

This commit is contained in:
CHIEFSOFT\ameye
2025-05-31 20:44:42 -04:00
parent 9ea0027f71
commit 5a2161acaa
+1
View File
@@ -55,6 +55,7 @@ class LoanStatusService(BaseService):
# Simulated processing logic # Simulated processing logic
response_data = { response_data = {
"customerId": customer_id, "customerId": customer_id,
"accountId": account_id,
"transactionId": transactionId, "transactionId": transactionId,
"loans": loans, "loans": loans,
"totalDebtAmount": total_debt_amount, "totalDebtAmount": total_debt_amount,