diff --git a/packages/Webkul/API/Http/Resources/Catalog/Product.php b/packages/Webkul/API/Http/Resources/Catalog/Product.php index 75ec94c11..23f39c351 100644 --- a/packages/Webkul/API/Http/Resources/Catalog/Product.php +++ b/packages/Webkul/API/Http/Resources/Catalog/Product.php @@ -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),