diff --git a/app/api/services/repayment.py b/app/api/services/repayment.py index 9cece55..1b69323 100644 --- a/app/api/services/repayment.py +++ b/app/api/services/repayment.py @@ -68,6 +68,8 @@ class RepaymentService(BaseService): # Simulated processing logic response_data = { + "id": repayment.id, + "initiated_by": repayment.initiated_by, "transactionId": transaction_id, "customerId": customer_id, "productId": loan.product_id,