Example #1
0
 /**
  * @deprecated deprecated since currency 16.0.0
  * @see \Bitrix\Currency\CurrencyManager::updateBaseCurrency
  *
  * @param string $currency
  * @return bool
  */
 protected static function updateBaseCurrency($currency)
 {
     return Currency\CurrencyManager::updateBaseCurrency($currency);
 }