From 46b8d99409af208ab4dd8f763d8cd9d5db7689df Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 16 Apr 2025 05:14:16 -0400 Subject: [PATCH] fix name to transactionId --- app/api/services/repayment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/services/repayment.py b/app/api/services/repayment.py index 43da420..01ebe87 100644 --- a/app/api/services/repayment.py +++ b/app/api/services/repayment.py @@ -73,7 +73,7 @@ class RepaymentService(BaseService): # Simulated processing logic response_data = { - "transaction_id": transaction_id, + "transactionId": transaction_id, "customerId": customer_id, "productId": product_id, "debtId": loan_id,