Skip to content

Commit 6417a2b

Browse files
authored
Merge pull request #285 from ramth05/patch-1
Fix the get product images path
2 parents bd6fd47 + fa09bc9 commit 6417a2b

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
@@ -484,7 +484,7 @@ public static function getProducts($filter = array())
484484
*/
485485
public static function getProductImages($id)
486486
{
487-
return self::getCollection('/products/' . $id . '/images/', 'ProductImage');
487+
return self::getCollection('/products/' . $id . '/images', 'ProductImage');
488488
}
489489

490490
/**

0 commit comments

Comments
 (0)