Transaction ID added to return

This commit is contained in:
CHIEFSOFT\ameye
2025-04-07 13:24:07 -04:00
parent 333e48d32a
commit 946818dae6
+2 -2
View File
@@ -74,9 +74,9 @@ class EligibilityCheckService(BaseService):
# Simulate processing # Simulate processing
response_data = { response_data = {
"customerId": customer_id, "customerId": customer_id,
"transactionId": transaction.id, "transactionId": transaction.transaction_id,
"countryCode": "NG", "countryCode": "NG",
"msisdn": "3451342", "msisdn": transaction.msisdn,
"eligibleOffers": offers, "eligibleOffers": offers,
"resultDescription": "Successful", "resultDescription": "Successful",
"resultCode": "00", "resultCode": "00",