• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Controller/ReceivePayment/Wizard.php
  • Класс: BitrixCrmMobileControllerReceivePaymentWizard
  • Вызов: Wizard::getIsNeedToSkipPaymentSystems
private function getIsNeedToSkipPaymentSystems(): bool
{
	return CUserOptions::GetOption(
		'salescenter',
		'is_need_to_skip_payment_systems',
	);
}