Skip to content

Commit ed830bd

Browse files
authored
update getProductCustomFields() endpoint
remove trailing '/' from getProductCustomFields()
1 parent a4cb860 commit ed830bd

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
@@ -495,7 +495,7 @@ public static function getProductImages($id)
495495
*/
496496
public static function getProductCustomFields($id)
497497
{
498-
return self::getCollection('/products/' . $id . '/customfields/', 'ProductCustomField');
498+
return self::getCollection('/products/' . $id . '/customfields', 'ProductCustomField');
499499
}
500500

501501
/**

0 commit comments

Comments
 (0)