$this->id, 'sku_id' => $this->sku_id, 'qty' => $this->qty, 'max_qty' => $this->sku->stock, 'price' => (float) $this->sku->price, 'cover' => ($this->sku->goods->type === Goods::TYPE_SINGLE) ? $this->sku->goods->cover_url : $this->sku->cover_url, 'name' => $this->sku->goods->name, ]; } }