1
0
Fork 0
mirror of synced 2025-04-06 07:13:33 +03:00

feature/online-consultant: resolve conflict code styling for psr2

This commit is contained in:
Sergey Chazov 2020-08-03 16:32:43 +03:00
commit 67138a09a8

View file

@ -386,6 +386,16 @@ if (!class_exists('WC_Retailcrm_Base')) {
}
}
/**
* Initialize online consultant
*/
public function initialize_online_assistant()
{
if (!is_admin()) {
echo $this->get_option('online_assistant');
}
}
/**
* Get retailcrm api client
*