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