commit
a65fc7ff94
@ -28,7 +28,7 @@ require 'path/to/vendor/autoload.php';
|
|||||||
### Get order
|
### Get order
|
||||||
```php
|
```php
|
||||||
$client = new \RetailCrm\ApiClient(
|
$client = new \RetailCrm\ApiClient(
|
||||||
'https://demo.retailcrm.ru',
|
'https://demo.retailcrm.pro',
|
||||||
'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH'
|
'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH'
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -63,7 +63,7 @@ if ($response->isSuccessful()) {
|
|||||||
```php
|
```php
|
||||||
|
|
||||||
$client = new \RetailCrm\ApiClient(
|
$client = new \RetailCrm\ApiClient(
|
||||||
'https://demo.retailcrm.ru',
|
'https://demo.retailcrm.pro',
|
||||||
'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH'
|
'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
"description": "PHP client for retailCRM API",
|
"description": "PHP client for retailCRM API",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"keywords": ["API", "retailCRM", "REST"],
|
"keywords": ["API", "retailCRM", "REST"],
|
||||||
"homepage": "http://www.retailcrm.ru/",
|
"homepage": "http://www.retailcrm.pro/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "retailCRM",
|
"name": "retailCRM",
|
||||||
"email": "support@retailcrm.ru"
|
"email": "support@retailcrm.pro"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
@ -26,7 +26,7 @@
|
|||||||
"apigen/apigen": "4.1.*"
|
"apigen/apigen": "4.1.*"
|
||||||
},
|
},
|
||||||
"support": {
|
"support": {
|
||||||
"email": "support@intarocrm.ru"
|
"email": "support@retailcrm.pro"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": { "RetailCrm\\": "lib/" }
|
"psr-0": { "RetailCrm\\": "lib/" }
|
||||||
|
Loading…
Reference in New Issue
Block a user