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

	return 0;
}