From 4f934aed10954485dc24250e679d9f88fed70c4f Mon Sep 17 00:00:00 2001 From: Grisha Pomadchin Date: Mon, 29 Jul 2013 17:53:54 +0400 Subject: [PATCH] api module fix --- intaro.intarocrm/classes/general/RestApi.php | 2 -- 1 file changed, 2 deletions(-) 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';