Small patch
This commit is contained in:
parent
6fc84d7b9a
commit
e75954b5c8
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue