Fixes for authorize.net
This commit is contained in:
parent
7315b70983
commit
4bb02f4f61
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ class AuthorizeCreditCard
|
|||
$payment = $this->storePayment($payment_hash, $data);
|
||||
|
||||
$vars = [
|
||||
'invoices' => $payment_hash->invoice(),
|
||||
'invoices' => $payment_hash->invoices(),
|
||||
'amount' => array_sum(array_column($payment_hash->invoices(), 'amount')) + $payment_hash->fee_total
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue