Transaction ID added to return
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user