Removed unneccessary space
This commit is contained in:
parent
0940c1751d
commit
71f01ce0b2
|
|
@ -58,7 +58,7 @@ class Product extends JsonResource
|
|||
$product->getTypeInstance()->haveSpecialPrice(),
|
||||
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'),
|
||||
'reviews' => [
|
||||
'total' => $total = $this->productReviewHelper->getTotalReviews($product),
|
||||
|
|
|
|||
Loading…
Reference in New Issue