Fix for auth.net autobill

This commit is contained in:
David Bomba 2021-01-26 20:39:52 +11:00
parent 7b08355c75
commit e1ae7688a8

View File

@ -99,7 +99,7 @@ class AuthorizeCreditCard
$this->storePayment($payment_hash, $data); $this->storePayment($payment_hash, $data);
$vars = [ $vars = [
'hashed_ids' => $invoice->hashed_id, 'invoices' => $payment_hash->invoices(),
'amount' => $amount, 'amount' => $amount,
]; ];