• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/cashbox/cashboxrobokassa.php
  • Класс: BitrixSaleCashboxCashboxRobokassa
  • Вызов: CashboxRobokassa::getCheckTypeMap
protected function getCheckTypeMap(): array
{
	return [
		SellCheck::getType() => 'full_payment',
		AdvancePaymentCheck::getType() => 'advance',
		PrepaymentCheck::getType() => 'prepayment',
		FullPrepaymentCheck::getType() => 'full_prepayment',
	];
}