getCurrency() public method

public getCurrency ( ) : string
return string
Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getShippingCostCurrency()
 {
     return $this->productTotal->getCurrency();
 }