Fix CRM domain
This commit is contained in:
parent
1319ff063d
commit
1b5af03644
@ -30,7 +30,7 @@ require 'path/to/vendor/autoload.php';
|
|||||||
### Получение информации о заказе
|
### Получение информации о заказе
|
||||||
```php
|
```php
|
||||||
$client = new \RetailCrm\ApiClient(
|
$client = new \RetailCrm\ApiClient(
|
||||||
'https://demo.intarocrm.ru',
|
'https://demo.retailcrm.ru',
|
||||||
'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH'
|
'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH'
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -65,7 +65,7 @@ if ($response->isSuccessful()) {
|
|||||||
```php
|
```php
|
||||||
|
|
||||||
$client = new \RetailCrm\ApiClient(
|
$client = new \RetailCrm\ApiClient(
|
||||||
'https://demo.intarocrm.ru',
|
'https://demo.retailcrm.ru',
|
||||||
'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH'
|
'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user