• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Controller/ReceivePayment/Wizard.php
  • Класс: BitrixCrmMobileControllerReceivePaymentWizard
  • Вызов: Wizard::getPaymentSystemList
private function getPaymentSystemList(): array
{
	$paymentSystemList = SaleManager::getInstance()->getPaySystemList([
		'!=ACTION_FILE' => [
			'inner',
			'cash',
		],
	]);
	BitrixMainTypeCollection::sortByColumn($paymentSystemList, ['SORT' => SORT_ASC]);

	return $paymentSystemList;
}