From c7ab1125c3b7be84a0c5416f88bf7502fe62a03b Mon Sep 17 00:00:00 2001 From: Grisha Pomadchin Date: Fri, 20 Jun 2014 17:56:13 +0400 Subject: [PATCH] v 1.3.0 api v3 --- lib/IntaroCrm/RestApi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/IntaroCrm/RestApi.php b/lib/IntaroCrm/RestApi.php index 047673a..0483d45 100644 --- a/lib/IntaroCrm/RestApi.php +++ b/lib/IntaroCrm/RestApi.php @@ -5,7 +5,7 @@ class RestApi { protected $apiUrl; protected $apiKey; - protected $apiVersion = '2'; + protected $apiVersion = '3'; protected $generatedAt; protected $parameters;