transaction_id

This commit is contained in:
CHIEFSOFT\ameye
2025-04-06 00:28:44 -04:00
parent 53cff748ed
commit 85671081ec
+3 -3
View File
@@ -73,14 +73,14 @@ class EligibilityCheckService(BaseService):
# Simulate processing # Simulate processing
response_data = { response_data = {
"customerId": "CN621868", "customerId": customer_id,
"transactionId": "TX12345", "transactionId": transaction_id,
"countryCode": "NG", "countryCode": "NG",
"msisdn": "3451342", "msisdn": "3451342",
"eligibleOffers": offers, "eligibleOffers": offers,
"resultDescription": "Successful", "resultDescription": "Successful",
"resultCode": "00", "resultCode": "00",
"accountId": "ACN8263457" "accountId": account_id
} }
return response_data return response_data