1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00

Fixes for base driver

This commit is contained in:
David Bomba 2021-07-05 10:23:42 +10:00
parent f4ce2320f0
commit 5cf6e9e7c0

View File

@ -555,7 +555,8 @@ class BaseDriver extends AbstractPaymentDriver
'company_gateway_id' => $this->company_gateway->id,
'client' => $this->client->id,
]);
}
/* Performs an extra iterate on the gatewayTypes() array and passes back only the enabled gateways*/
public function gatewayTypeEnabled($type)
{