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:
parent
f4ce2320f0
commit
5cf6e9e7c0
@ -555,7 +555,8 @@ class BaseDriver extends AbstractPaymentDriver
|
|||||||
'company_gateway_id' => $this->company_gateway->id,
|
'company_gateway_id' => $this->company_gateway->id,
|
||||||
'client' => $this->client->id,
|
'client' => $this->client->id,
|
||||||
]);
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
/* 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($type)
|
public function gatewayTypeEnabled($type)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user