From 347d6209596701bdf2946bb31ae63c7800fca831 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Sun, 10 Apr 2016 13:57:22 +0300 Subject: [PATCH] paths & mail --- README.md | 4 ++-- composer.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 139222c..b60dbed 100644 --- a/README.md +++ b/README.md @@ -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' ); diff --git a/composer.json b/composer.json index 3b5c320..9bf2ea4 100644 --- a/composer.json +++ b/composer.json @@ -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/" }