From bf8d724f7372f6c912cd462c19910a5d9efc79c6 Mon Sep 17 00:00:00 2001 From: Grisha Pomadchin Date: Mon, 29 Jul 2013 17:55:24 +0400 Subject: [PATCH] customerUpload fix --- lib/IntaroCrm/RestApi.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/IntaroCrm/RestApi.php b/lib/IntaroCrm/RestApi.php index c8f8518..1d7e539 100644 --- a/lib/IntaroCrm/RestApi.php +++ b/lib/IntaroCrm/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'; @@ -498,4 +496,4 @@ class RestApi } } -?> \ No newline at end of file +?>