• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/paysystemaction.php
  • Класс: BitrixSaleInternalsPaySystemActionTable
  • Вызов: PaySystemActionTable::delete
static function delete($primary)
{
	if ($primary == PaySystemManager::getInnerPaySystemId())
	{
		$cacheManager = Application::getInstance()->getManagedCache();
		$cacheManager->clean(PaySystemManager::CACHE_ID);
	}

	return parent::delete($primary);
}