fixed facade issue

This commit is contained in:
prateek srivastava 2021-02-04 16:36:26 +05:30
parent d29b0a69a5
commit ad18b254c4
1 changed files with 2 additions and 2 deletions

View File

@ -312,8 +312,8 @@ class Helper extends Review
$avgRatings = ceil($reviewHelper->getAverageRating($product));
$galleryImages = ProductImage::getGalleryImages($product);
$productImage = ProductImage::getProductBaseImage($product)['medium_image_url'];
$galleryImages = \ProductImage::getGalleryImages($product);
$productImage = \ProductImage::getProductBaseImage($product)['medium_image_url'];
$largeProductImageName = "large-product-placeholder.png";
$mediumProductImageName = "meduim-product-placeholder.png";