Fix for auth.net autobill
This commit is contained in:
parent
e4ae78cd41
commit
eb31c6b6d4
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ class AuthorizeCreditCard
|
|||
$payment_record = [];
|
||||
$payment_record['amount'] = $amount;
|
||||
$payment_record['payment_type'] = PaymentType::CREDIT_CARD_OTHER;
|
||||
;
|
||||
|
||||
$payment_record['transaction_reference'] = $response->getTransactionResponse()->getTransId();
|
||||
|
||||
$payment = $this->authorize->createPayment($payment_record);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue