Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit f273826

Browse files
author
Ioannis Lazaridis
authored
Minor documentation update
1 parent 92deab9 commit f273826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The query string is passd as associative array using the params() method.
3939
In case we have multiple values of the same parameter (i.e. ```filter_ids[]```), we are passing them as comma seperated values:
4040
- Filter SKUs of specific category using multiple filter ids
4141
```php
42-
$client->category('40')->skus()->params(['filter_ids[]' => '355559,6282']);
42+
$client->category('40')->skus()->params(['filter_ids[]' => '355559,6282'])->fetch()
4343
```
4444
## Note
4545
Some of the API methods have not been implemented due to access restriction. Currently,

0 commit comments

Comments
 (0)