• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Controller/ReceivePayment/Wizard.php
  • Класс: BitrixCrmMobileControllerReceivePaymentWizard
  • Вызов: Wizard::getPaySystemStepProps
private function getPaySystemStepProps(): array
{
	return [
		'paymentSystemList' => $this->getPaymentSystemList(),
		'cashboxList' => $this->getCashboxList(),
		'isCashboxEnabled' => BitrixSalesCenterDriver::getInstance()->isCashboxEnabled(),
		'isNeedToSkipPaymentSystems' => $this->getIsNeedToSkipPaymentSystems(),
		'isYookassaAvailable' => $this->isYookassaAvailable(),
	];
}