menu Controller
This commit is contained in:
parent
6d66f245ad
commit
bfb8a8fa80
|
|
@ -121,7 +121,7 @@ class Product extends JsonResource
|
|||
),
|
||||
'formatted_regular_price' => $this->when(
|
||||
$productTypeInstance->haveSpecialPrice(),
|
||||
data_get($productTypeInstance->getMaximumPrice())
|
||||
core()->currency($productTypeInstance->getMaximumPrice())
|
||||
),
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue