mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Merge pull request #6168 from turbo124/v5-develop
Minor fixes for gateways
This commit is contained in:
commit
d0423f80ec
@ -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 = [];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user