getCurrency() public method

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