Fix CRM domain
This commit is contained in:
parent
1319ff063d
commit
1b5af03644
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue