-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I'm using a sandbox acct in auth.net and sending a customerId, like so...
$response = $gateway->purchase([
...
'transactionId' => '12345',
'customerType' => \Academe\AuthorizeNet\Request\Model\Customer::CUSTOMER_TYPE_INDIVIDUAL,
'opaqueDataDescriptor' => $opaqueDataDescriptor,
'opaqueDataValue' => $opaqueDataValue,
...
])->send();
...but the value transactionId is not populating in auth.net in the transaction details (neither is the customerType value). Is this a known issue or is there anything I am missing?
Any assistance is appreciated :)
Metadata
Metadata
Assignees
Labels
No labels