Skip to content

Commit 2c172f5

Browse files
Fixed Error from test
Fixes #198
1 parent acabd9e commit 2c172f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Bigcommerce/Api/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1896,7 +1896,7 @@ public static function updateOptionValue($optionId, $optionValueId, $object)
18961896
*/
18971897
public static function listWebhooks()
18981898
{
1899-
return self::getResource('/hooks');
1899+
return self::getCollection('/hooks');
19001900
}
19011901

19021902
/**

0 commit comments

Comments
 (0)