1
0
mirror of synced 2025-01-31 07:11:42 +03:00

fix for tests

This commit is contained in:
Akolzin Dmitry 2019-03-06 12:28:48 +03:00
parent 86e87be8d9
commit c836c2b293

View File

@ -40,6 +40,7 @@ if (!class_exists('WC_Retailcrm_Base')) {
$this->apiClient = $this->getApiClient(); $this->apiClient = $this->getApiClient();
} else { } else {
$this->apiClient = $retailcrm; $this->apiClient = $retailcrm;
$this->init_settings_fields();
} }
self::$option_key = $this->get_option_key(); self::$option_key = $this->get_option_key();