コード例 #1
0
ファイル: Cart.php プロジェクト: pguso/WellCommerce
 /**
  * {@inheritdoc}
  */
 public function getShippingCostQuantity()
 {
     return $this->totals->getQuantity();
 }