1
0
mirror of synced 2024-11-21 19:36:02 +03:00

Update README.md

This commit is contained in:
Alex Lushpai 2019-06-28 14:25:03 +03:00 committed by GitHub
parent 37840bcb7d
commit e552df5f04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,9 +42,9 @@ try {
$request->setUserId(4);
$response = $client->dialogAssign($request);
} catch (\RetailCrm\Exception\CurlException $exception) {
} catch (\RetailCrm\Common\Exception\CurlException $exception) {
echo $exception->getMessage();
} catch (\RetailCrm\Exception\LimitException $exception) {
} catch (\RetailCrm\Common\Exception\LimitException $exception) {
echo $exception->getMessage();
} catch (\InvalidArgumentException $exception) {
echo $exception->getMessage();
@ -59,5 +59,5 @@ if ($response->isSuccessful()) {
### Documentation
* [English](http://www.retailcrm.pro/docs/Developers/Index)
* [Russian](https://139810.selcdn.ru/download/doc/mg-bot-api/bot.v1.en.html)
* [English](https://139810.selcdn.ru/download/doc/mg-bot-api/bot.v1.en.html)
* [Russian](https://help.retailcrm.ru/Developers/MgBot)