• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/payment.php
  • Класс: BitrixSalePayment
  • Вызов: Payment::getPaySystem
public function getPaySystem()
{
	if ($this->service === null)
	{
		$this->service = $this->loadPaySystem();
	}

	return $this->service;
}