• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/paysystem/service.php
  • Класс: BitrixSalePaySystemService
  • Вызов: Service::initPrePayment
public function initPrePayment(Payment $payment = null, Request $request)
{
	if ($this->isPrePayable())
		return $this->handler->initPrePayment($payment, $request);

	throw new NotSupportedException;
}