• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/paysystem/yandexcert.php
  • Класс: BitrixSalePaySystemYandexCert
  • Вызов: YandexCert::getValue
public function getValue($field, $shopId)
{
	$dbRes = YandexSettingsTable::getList(array('filter' => array('SHOP_ID' => $shopId)));
	if ($data = $dbRes->fetch())
		return $data[$field];

	return '';
}