• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Terminal/PaymentSystemRepository.php
  • Класс: BitrixCrmMobileTerminalPaymentSystemRepository
  • Вызов: PaymentSystemRepository::getByPayment
static function getByPayment(Payment $payment): array
{
	return self::preparePaySystemList(
		self::getAvailablePaySystemList($payment)
	);
}