1
0
mirror of synced 2024-11-22 05:16:07 +03:00

Fix example

This commit is contained in:
Alex Komarichev 2023-12-20 15:48:45 +03:00
parent a682ce606a
commit a7bb610a0a

View File

@ -38,7 +38,7 @@ class Features extends AbstractApiResourceGroup
* $request->features = ['communication.chatbot_feature_1', 'communication.chatbot_feature_2'] * $request->features = ['communication.chatbot_feature_1', 'communication.chatbot_feature_2']
* *
* try { * try {
* $response = $client->api->featuresCheck($request); * $response = $client->features->check($request);
* } catch (ApiExceptionInterface $exception) { * } catch (ApiExceptionInterface $exception) {
* echo sprintf( * echo sprintf(
* 'Error from RetailCRM API (status code: %d): %s', * 'Error from RetailCRM API (status code: %d): %s',