You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bigcommerce::getProductImages(107);
must return the product images
Actual behavior
Bigcommerce::getProductImages(107);
Currently returns false , because of /at the end of collection path.
return self::getCollection('/products/' . $id . '/images/', 'ProductImage');
Steps to reproduce behavior
The text was updated successfully, but these errors were encountered:
Expected behavior
Bigcommerce::getProductImages(107);
must return the product images
Actual behavior
Bigcommerce::getProductImages(107);
Currently returns false , because of
/
at the end of collection path.return self::getCollection('/products/' . $id . '/images/', 'ProductImage');
Steps to reproduce behavior
The text was updated successfully, but these errors were encountered: