From 04ec8cf3ef809a30a8db8f853b5d989832b0c1ea Mon Sep 17 00:00:00 2001 From: Uryvskiy Dima Date: Wed, 6 Dec 2023 18:10:32 +0300 Subject: [PATCH] fix comment --- src/include/abstracts/class-wc-retailcrm-abstracts-settings.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/include/abstracts/class-wc-retailcrm-abstracts-settings.php b/src/include/abstracts/class-wc-retailcrm-abstracts-settings.php index 7fc1a89..3c0c446 100644 --- a/src/include/abstracts/class-wc-retailcrm-abstracts-settings.php +++ b/src/include/abstracts/class-wc-retailcrm-abstracts-settings.php @@ -144,7 +144,6 @@ abstract class WC_Retailcrm_Abstracts_Settings extends WC_Integration ), ]; - // Used to select product statuses foreach (get_post_statuses() as $statusKey => $statusValue) { $this->form_fields['p_' . $statusKey] = [ 'title' => $statusValue, @@ -875,7 +874,6 @@ abstract class WC_Retailcrm_Abstracts_Settings extends WC_Integration */ public function validate_whatsapp_number_field($key, $value) { - // Checking the activity of the option for validating a phone number. $post = $this->get_post_data(); if (!empty($post['woocommerce_integration-retailcrm_whatsapp_active'])) {