added acont id
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user