diff --git a/app/api/services/repayment.py b/app/api/services/repayment.py index 6aa575b..43da420 100644 --- a/app/api/services/repayment.py +++ b/app/api/services/repayment.py @@ -73,6 +73,7 @@ class RepaymentService(BaseService): # Simulated processing logic response_data = { + "transaction_id": transaction_id, "customerId": customer_id, "productId": product_id, "debtId": loan_id,