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

	throw new NotSupportedException('Handler is not implemented interface '.IPdf::class);
}