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

	throw new NotSupportedException;
}