Пример #1
0
 /**
  * Convert amount to target currency.
  *
  * @param int     $amount
  * @param string|null $currency
  *
  * @return string
  */
 public function convertAmount($amount, $currency = null)
 {
     return $this->helper->convertAmount($amount, $currency);
 }