Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
Chupocabra committed Dec 20, 2023
1 parent a682ce6 commit a7bb610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ResourceGroup/Features.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a7bb610

Please sign in to comment.