Update README.md
This commit is contained in:
parent
2bcb749828
commit
ddc59aa378
@ -29,7 +29,7 @@ Usage
|
|||||||
``` php
|
``` php
|
||||||
|
|
||||||
$crmApiClient = new \IntaroCrm\RestApi(
|
$crmApiClient = new \IntaroCrm\RestApi(
|
||||||
'http://demo.intarocrm.ru',
|
'https://demo.intarocrm.ru',
|
||||||
'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH'
|
'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH'
|
||||||
);
|
);
|
||||||
```
|
```
|
||||||
@ -46,4 +46,4 @@ $orderTypes = $crmApiClient->orderTypesList();
|
|||||||
|
|
||||||
if (!is_null($crmApiClient->getLastError()))
|
if (!is_null($crmApiClient->getLastError()))
|
||||||
return $crmApiClient->getLastError();
|
return $crmApiClient->getLastError();
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user