mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for auth.net autobill
This commit is contained in:
parent
7d7005e013
commit
e4ae78cd41
@ -87,7 +87,7 @@ class AuthorizeCreditCard
|
|||||||
return $this->handleResponse($data, $request);
|
return $this->handleResponse($data, $request);
|
||||||
}
|
}
|
||||||
|
|
||||||
private function tokenBilling($cgt, $payment_hash)
|
public function tokenBilling($cgt, $payment_hash)
|
||||||
{
|
{
|
||||||
$amount = array_sum(array_column($payment_hash->invoices(), 'amount')) + $payment_hash->fee_total;
|
$amount = array_sum(array_column($payment_hash->invoices(), 'amount')) + $payment_hash->fee_total;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user