From e75954b5c843c8ad9512aab618604f61e77be246 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 14 Feb 2023 08:12:50 +1100 Subject: [PATCH] Small patch --- app/Http/Livewire/RequiredClientInfo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Http/Livewire/RequiredClientInfo.php b/app/Http/Livewire/RequiredClientInfo.php index 8b646a39e0f2..a2286249e584 100644 --- a/app/Http/Livewire/RequiredClientInfo.php +++ b/app/Http/Livewire/RequiredClientInfo.php @@ -238,8 +238,8 @@ class RequiredClientInfo extends Component if($cg && $cg->update_details){ $payment_gateway = $cg->driver($this->client)->init(); - if(method_exists($payment_gateway, "updateCustomer")) - $payment_gateway->updateCustomer(); + // if(method_exists($payment_gateway, "updateCustomer")) + // $payment_gateway->updateCustomer(); } return true;