• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/classes/general/vi_account.php
  • Класс: CVoxImplantAccount
  • Вызов: CVoxImplantAccount::SetAccountCurrency
public function SetAccountCurrency($currency)
{
	if ($this->account_currency == $currency)
		return true;

	$this->account_currency = $currency;

	COption::SetOptionString("voximplant", self::ACCOUNT_CURRENCY, $this->account_currency);

	return true;
}