1
0
Fork 0
mirror of synced 2025-04-03 22:03:34 +03:00
fix code style
This commit is contained in:
Ivan Chaplygin 2024-04-12 11:18:26 +03:00
parent 9545e8dc28
commit c95c2371a3

View file

@ -903,7 +903,6 @@ if (!class_exists('WC_Retailcrm_Base')) {
wp_localize_script($jsScript, 'messagePhone', $messagePhone);
wp_localize_script($jsScript, 'termsLoyalty', $this->settings['loyalty_terms']);
wp_localize_script($jsScript, 'privacyLoyalty', $this->settings['loyalty_personal']);
wp_register_style('retailcrm-loyalty-style', $cssPath . 'retailcrm-loyalty-style.css', false, '0.1');
wp_enqueue_style('retailcrm-loyalty-style');