Merge pull request #6168 from turbo124/v5-develop
Minor fixes for gateways
This commit is contained in:
commit
d0423f80ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue