getCurrency() public method

public getCurrency ( ) : string
return string
Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function getShippingCostCurrency()
 {
     return $this->productTotal->getCurrency();
 }