Fix example
This commit is contained in:
parent
a682ce606a
commit
a7bb610a0a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class Features extends AbstractApiResourceGroup
|
|||
* $request->features = ['communication.chatbot_feature_1', 'communication.chatbot_feature_2']
|
||||
*
|
||||
* try {
|
||||
* $response = $client->api->featuresCheck($request);
|
||||
* $response = $client->features->check($request);
|
||||
* } catch (ApiExceptionInterface $exception) {
|
||||
* echo sprintf(
|
||||
* 'Error from RetailCRM API (status code: %d): %s',
|
||||
|
|
Loading…
Add table
Reference in a new issue