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

paths & mail

This commit is contained in:
Alex Lushpai 2016-04-10 13:57:22 +03:00
parent 838b850d48
commit 347d620959
2 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@ require 'path/to/vendor/autoload.php';
### Get order
```php
$client = new \RetailCrm\ApiClient(
'https://demo.retailcrm.ru',
'https://demo.retailcrm.pro',
'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH'
);
@ -63,7 +63,7 @@ if ($response->isSuccessful()) {
```php
$client = new \RetailCrm\ApiClient(
'https://demo.retailcrm.ru',
'https://demo.retailcrm.pro',
'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH'
);

View File

@ -3,12 +3,12 @@
"description": "PHP client for retailCRM API",
"type": "library",
"keywords": ["API", "retailCRM", "REST"],
"homepage": "http://www.retailcrm.ru/",
"homepage": "http://www.retailcrm.pro/",
"license": "MIT",
"authors": [
{
"name": "retailCRM",
"email": "support@retailcrm.ru"
"email": "support@retailcrm.pro"
}
],
"require": {
@ -26,7 +26,7 @@
"apigen/apigen": "4.1.*"
},
"support": {
"email": "support@intarocrm.ru"
"email": "support@retailcrm.pro"
},
"autoload": {
"psr-0": { "RetailCrm\\": "lib/" }