1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Minor fixes for gateways

This commit is contained in:
David Bomba 2021-06-30 22:03:13 +10:00
parent 0f6184e637
commit 5136e0388b

View File

@ -549,7 +549,7 @@ class BaseDriver extends AbstractPaymentDriver
} }
/* Performs an extra iterate on the gatewayTypes() array and passes back only the enabled gateways*/ /* Performs an extra iterate on the gatewayTypes() array and passes back only the enabled gateways*/
public function gatewayTypeEnabled(GatewayType $type) public function gatewayTypeEnabled($type)
{ {
$types = []; $types = [];