• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/yandexsettings.php
  • Класс: BitrixSaleInternalsYandexSettingsTable
  • Вызов: YandexSettingsTable::getMap
static function getMap()
{
	return array(
		'SHOP_ID' => array(
			'required' => true,
			'primary' => true,
			'data_type' => 'integer',
		),
		'CSR' => array(
			'data_type' => 'text',
		),
		'SIGN' => array(
			'data_type' => 'text',
		),
		'CERT' => array(
			'data_type' => 'text',
		),
		'PKEY' => array(
			'data_type' => 'text',
		),
		'PUB_KEY' => array(
			'data_type' => 'text',
		)
	);
}