Commit 7427b06
Fix the example code snippet in README.md about pagination.
The response returned from the API methods is decoded into an object of stdClass and not an associative array. Therefore, Current example was resulting in "Fatal error: Cannot use object of type stdClass as array"1 parent 702df7a commit 7427b06
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| |||
0 commit comments