1
0
mirror of synced 2024-11-21 21:06:07 +03:00

Fix CRM domain

This commit is contained in:
Ilyas Salikhov 2014-11-17 00:12:48 +03:00
parent 1319ff063d
commit 1b5af03644

View File

@ -30,7 +30,7 @@ require 'path/to/vendor/autoload.php';
### Получение информации о заказе
```php
$client = new \RetailCrm\ApiClient(
'https://demo.intarocrm.ru',
'https://demo.retailcrm.ru',
'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH'
);
@ -65,7 +65,7 @@ if ($response->isSuccessful()) {
```php
$client = new \RetailCrm\ApiClient(
'https://demo.intarocrm.ru',
'https://demo.retailcrm.ru',
'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH'
);