menu Controller
This commit is contained in:
parent
31e61f0417
commit
b3268d162e
|
|
@ -83,7 +83,7 @@ class Product extends JsonResource
|
|||
*/
|
||||
private function specialPriceInfo()
|
||||
{
|
||||
$product = $this->type == 'configurable' ? $product->getTypeInstance()->getMinPriceVariant()->product : $this->product;
|
||||
$product = $this->type == 'configurable' ? $this->product->getTypeInstance()->getMinPriceVariant()->product : $this->product;
|
||||
|
||||
$typeInstance = $product->getTypeInstance();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue