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
response_data = {
"customerId": "CN621868",
"transactionId": "TX12345",
"customerId": customer_id,
"transactionId": transaction_id,
"countryCode": "NG",
"msisdn": "3451342",
"eligibleOffers": offers,
"resultDescription": "Successful",
"resultCode": "00",
"accountId": "ACN8263457"
"accountId": account_id
}
return response_data