Skip to content

Commit

Permalink
Merge pull request #121 from aleachjr/remove-parameter
Browse files Browse the repository at this point in the history
remove left over parameter for deleteAllCategories
  • Loading branch information
aleachjr committed Feb 26, 2015
2 parents d45fcb0 + 763699a commit 1d68679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bigcommerce/Api/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ public static function deleteCategory($id)
*
* @return hash|bool|mixed
*/
public static function deleteAllCategories($id)
public static function deleteAllCategories()
{
return self::deleteResource('/categories');
}
Expand Down

0 comments on commit 1d68679

Please sign in to comment.