Small patch

This commit is contained in:
David Bomba 2023-02-14 08:12:50 +11:00
parent 6fc84d7b9a
commit e75954b5c8

View File

@ -238,8 +238,8 @@ class RequiredClientInfo extends Component
if($cg && $cg->update_details){ if($cg && $cg->update_details){
$payment_gateway = $cg->driver($this->client)->init(); $payment_gateway = $cg->driver($this->client)->init();
if(method_exists($payment_gateway, "updateCustomer")) // if(method_exists($payment_gateway, "updateCustomer"))
$payment_gateway->updateCustomer(); // $payment_gateway->updateCustomer();
} }
return true; return true;