From 1b5af03644ac277872556ed6d1606f19fe8163e6 Mon Sep 17 00:00:00 2001 From: Ilyas Salikhov Date: Mon, 17 Nov 2014 00:12:48 +0300 Subject: [PATCH] Fix CRM domain --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 937ebb9..72d2023 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ require 'path/to/vendor/autoload.php'; ### Получение информации о заказе ```php $client = new \RetailCrm\ApiClient( - 'https://demo.intarocrm.ru', + 'https://demo.retailcrm.ru', 'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH' ); @@ -65,7 +65,7 @@ if ($response->isSuccessful()) { ```php $client = new \RetailCrm\ApiClient( - 'https://demo.intarocrm.ru', + 'https://demo.retailcrm.ru', 'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH' );