Ejemplo n.º 1
0
 /**
  * Get minimal amount of bundle price with options
  *
  * @return \Magento\Framework\Pricing\Amount\AmountInterface
  */
 public function getAmount()
 {
     return $this->calculator->getOptionsAmount($this->product);
 }