コード例 #1
0
ファイル: Product.php プロジェクト: Sywooch/WellCommerce
 /**
  * {@inheritdoc}
  */
 public function getShippingCostCurrency()
 {
     return $this->sellPrice->getCurrency();
 }