diff --git a/packages/Sarga/API/Http/Resources/Catalog/Product.php b/packages/Sarga/API/Http/Resources/Catalog/Product.php index 59f3ee653..fe534d224 100644 --- a/packages/Sarga/API/Http/Resources/Catalog/Product.php +++ b/packages/Sarga/API/Http/Resources/Catalog/Product.php @@ -40,7 +40,7 @@ class Product extends JsonResource 'type' => $product->type, 'name' => $product->name, // 'url_key' => $product->url_key, - 'price' => $productTypeInstance->getMinimalPrice()//(double) core()->convertPrice($productTypeInstance->getMinimalPrice()), + 'price' => $productTypeInstance->getMinimalPrice(),//(double) core()->convertPrice($productTypeInstance->getMinimalPrice()), 'formatted_price' => core()->currency($productTypeInstance->getMinimalPrice()), // 'short_description' => $product->short_description,