management integration start

This commit is contained in:
merdan 2022-05-30 18:29:56 +05:00
parent bd9a0aa4c9
commit 8367441477
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class Product extends JsonResource
'type' => $product->type,
'name' => $product->name,
// 'url_key' => $product->url_key,
'price' => core()->convertPrice($productTypeInstance->getMinimalPrice()),
'price' => (double) core()->convertPrice($productTypeInstance->getMinimalPrice()),
'formatted_price' => core()->currency($productTypeInstance->getMinimalPrice()),
// 'short_description' => $product->short_description,
'description' => $product->description,