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

Merge pull request #6168 from turbo124/v5-develop

Minor fixes for gateways
This commit is contained in:
David Bomba 2021-06-30 22:03:28 +10:00 committed by GitHub
commit d0423f80ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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*/
public function gatewayTypeEnabled(GatewayType $type)
public function gatewayTypeEnabled($type)
{
$types = [];