Skip to content

Commit

Permalink
bugfix : Categories query url changed,
Browse files Browse the repository at this point in the history
  • Loading branch information
chkltlabs committed Nov 1, 2024
1 parent 99972d6 commit 975e54f
Show file tree
Hide file tree
Showing 8 changed files with 208 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

97 changes: 97 additions & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/phpunit.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

72 changes: 72 additions & 0 deletions .idea/wix-client.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Resources/Blog/Categories.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function query(array $params = []): object
{
return $this->sendRequest(
'post',
'v3/categories',
'v3/categories/query',
$params
);
}
Expand Down

0 comments on commit 975e54f

Please sign in to comment.