Tests
This commit is contained in:
parent
8d058e246b
commit
40b37ed498
1 changed files with 1 additions and 4 deletions
|
@ -28,10 +28,7 @@ if (!class_exists('WC_Retailcrm_Proxy')) :
|
|||
$this->retailcrm = new WC_Retailcrm_Client_V5($api_url, $api_key);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
public function getCorporateEnabled(): bool
|
||||
public function getCorporateEnabled(): ?bool
|
||||
{
|
||||
return $this->corporateEnabled;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue