From 3c0443d0c7dc5f5bbfc4adec2e7a6e7fa39010b7 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 16 Apr 2025 05:12:22 -0400 Subject: [PATCH] Transaction id added --- app/api/services/repayment.py | 1 + 1 file changed, 1 insertion(+) 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,