• Модуль: salescenter
  • Путь к файлу: ~/bitrix/modules/salescenter/lib/component/paymentslip.php
  • Класс: BitrixSalesCenterComponentPaymentSlip
  • Вызов: PaymentSlip::getLink
static function getLink(int $paymentId): string
    {
        return str_replace(
            '#SIGNED_PAYMENT_ID#',
            self::signPaymentId($paymentId),
            self::LINK
        );
    }