Fix example
This commit is contained in:
parent
a682ce606a
commit
a7bb610a0a
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user