Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to fetch product images #284

Open
ramth05 opened this issue Mar 13, 2023 · 0 comments
Open

Unable to fetch product images #284

ramth05 opened this issue Mar 13, 2023 · 0 comments

Comments

@ramth05
Copy link
Contributor

ramth05 commented Mar 13, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant