1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

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){
$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;