mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Small patch
This commit is contained in:
parent
6fc84d7b9a
commit
e75954b5c8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user