From 5cf6e9e7c0d4fb60d3a3bb0aad983c0121dc95a2 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 5 Jul 2021 10:23:42 +1000 Subject: [PATCH] Fixes for base driver --- app/PaymentDrivers/BaseDriver.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/PaymentDrivers/BaseDriver.php b/app/PaymentDrivers/BaseDriver.php index 23423db6acd6..7a0c7f3b83ab 100644 --- a/app/PaymentDrivers/BaseDriver.php +++ b/app/PaymentDrivers/BaseDriver.php @@ -555,7 +555,8 @@ class BaseDriver extends AbstractPaymentDriver 'company_gateway_id' => $this->company_gateway->id, 'client' => $this->client->id, ]); - + } + /* Performs an extra iterate on the gatewayTypes() array and passes back only the enabled gateways*/ public function gatewayTypeEnabled($type) {