1
0
mirror of synced 2024-11-22 05:16: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 ### 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'
); );

View File

@ -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/" }