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;