mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for auth.net
This commit is contained in:
parent
ae6d4680ad
commit
fbb42bd880
@ -46,6 +46,7 @@ class AuthorizeCreditCard
|
||||
$tokens = ClientGatewayToken::where('client_id', $this->authorize->client->id)
|
||||
->where('company_gateway_id', $this->authorize->company_gateway->id)
|
||||
->where('gateway_type_id', GatewayType::CREDIT_CARD)
|
||||
->orderBy('is_default', 'desc')
|
||||
->get();
|
||||
|
||||
$data['tokens'] = $tokens;
|
||||
|
Loading…
x
Reference in New Issue
Block a user