• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/app.php
  • Класс: BitrixRestAppTable
  • Вызов: AppTable::callAppPaymentEvent
static function callAppPaymentEvent($appId)
{
	// for compatibility purpose module_id is bitrix24 here
	foreach(GetModuleEvents('bitrix24', 'OnAfterAppPaid', true) as $event)
	{
		ExecuteModuleEventEx($event, array($appId));
	}
}