Removed unneccessary space

This commit is contained in:
Afaz Khatri 2020-10-10 14:11:30 +05:30 committed by GitHub
parent 0940c1751d
commit 71f01ce0b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class Product extends JsonResource
$product->getTypeInstance()->haveSpecialPrice(), $product->getTypeInstance()->haveSpecialPrice(),
core()->currency($product->getTypeInstance()->getSpecialPrice()) core()->currency($product->getTypeInstance()->getSpecialPrice())
), ),
'regular_price' => data_get($prices, 'regular_price.price'), 'regular_price' => data_get($prices, 'regular_price.price'),
'formated_regular_price' => data_get($prices, 'regular_price.formated_price'), 'formated_regular_price' => data_get($prices, 'regular_price.formated_price'),
'reviews' => [ 'reviews' => [
'total' => $total = $this->productReviewHelper->getTotalReviews($product), 'total' => $total = $this->productReviewHelper->getTotalReviews($product),