1
0
Fork 0
mirror of synced 2025-04-02 21:36:14 +03:00
This commit is contained in:
Alex Komarichev 2024-09-27 12:51:27 +03:00
parent 8d058e246b
commit 40b37ed498

View file

@ -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;
}