1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01: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,6 +555,7 @@ 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)