diff --git a/intaro.intarocrm/classes/general/RestApi.php b/intaro.intarocrm/classes/general/RestApi.php index c8f85181..b8bbcf44 100644 --- a/intaro.intarocrm/classes/general/RestApi.php +++ b/intaro.intarocrm/classes/general/RestApi.php @@ -232,8 +232,6 @@ class RestApi public function customerUpload($customers) { $dataJson = json_encode($customers); - $dataJson = str_replace(self::$jsonReplaceSource, self::$jsonReplaceTarget, - $dataJson); $this->parameters['customers'] = $dataJson; $url = $this->apiUrl.'customers/upload';