diff --git a/packages/Sarga/API/Http/Resources/Catalog/Product.php b/packages/Sarga/API/Http/Resources/Catalog/Product.php index fe611d1a0..0b0eba602 100644 --- a/packages/Sarga/API/Http/Resources/Catalog/Product.php +++ b/packages/Sarga/API/Http/Resources/Catalog/Product.php @@ -121,7 +121,7 @@ class Product extends JsonResource ), 'formatted_regular_price' => $this->when( $productTypeInstance->haveSpecialPrice(), - data_get($productTypeInstance->getMaximumPrice()) + core()->currency($productTypeInstance->getMaximumPrice()) ), ]; }