From f20563a9b1caea577756c4b4b499dd5196e9cf60 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 6 Apr 2025 00:32:46 -0400 Subject: [PATCH] transaction.id --- app/api/services/eligibility_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/services/eligibility_check.py b/app/api/services/eligibility_check.py index 38212dc..2413436 100644 --- a/app/api/services/eligibility_check.py +++ b/app/api/services/eligibility_check.py @@ -74,7 +74,7 @@ class EligibilityCheckService(BaseService): # Simulate processing response_data = { "customerId": customer_id, - "transactionId": transaction_id, + "transactionId": transaction.id, "countryCode": "NG", "msisdn": "3451342", "eligibleOffers": offers,