From 249e624ef3e07d0ed3e01335f28e8f632e6af8b5 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 2 Nov 2025 16:23:41 -0500 Subject: [PATCH] fix exytra data --- app/api/services/transaction_verify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/services/transaction_verify.py b/app/api/services/transaction_verify.py index b0e4c40..80afb18 100644 --- a/app/api/services/transaction_verify.py +++ b/app/api/services/transaction_verify.py @@ -31,7 +31,7 @@ class TransactionVerifyService: response_data = { "responseCode": "00", "responseDescr": "Success", - "fullDescription": "Collect Status retrieved successfully.", + "responseMessage": "Collect Status retrieved Successfully.", "customerId": validated_data.get("customerId"), "accountId": validated_data.get("accountId"), "providedAmount": 0.0,