diff --git a/src/include/class-wc-retailcrm-base.php b/src/include/class-wc-retailcrm-base.php index 826f258..07a2562 100644 --- a/src/include/class-wc-retailcrm-base.php +++ b/src/include/class-wc-retailcrm-base.php @@ -33,8 +33,8 @@ if (!class_exists('WC_Retailcrm_Base')) { } $this->id = 'integration-retailcrm'; - $this->method_title = __('RetailCRM', 'retailcrm'); - $this->method_description = __('Integration with eComlogic managament system.', 'retailcrm'); + $this->method_title = __('retailCRM', 'retailcrm'); + $this->method_description = __('Integration with retailCRM management system.', 'retailcrm'); if ($retailcrm === false) { $this->apiClient = $this->getApiClient(); @@ -230,7 +230,7 @@ if (!class_exists('WC_Retailcrm_Base')) { type: "POST", url: '?action=do_upload', success: function (response) { - alert(''); + alert(''); console.log('AJAX response : ',response); } }); @@ -249,7 +249,7 @@ if (!class_exists('WC_Retailcrm_Base')) { type: "POST", url: '?action=generate_icml', success: function (response) { - alert(''); + alert(''); console.log('AJAX response : ', response); } }); @@ -266,13 +266,13 @@ if (!class_exists('WC_Retailcrm_Base')) {