From e48bdca82a610b93040cfb33978989de104b5560 Mon Sep 17 00:00:00 2001 From: MarijusCoding Date: Thu, 24 Oct 2024 22:41:05 +0300 Subject: [PATCH] [SV-34] init --- controllers/admin/AdminSaferPayOfficialLogsController.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/controllers/admin/AdminSaferPayOfficialLogsController.php b/controllers/admin/AdminSaferPayOfficialLogsController.php index b406f68d..bbda32fe 100755 --- a/controllers/admin/AdminSaferPayOfficialLogsController.php +++ b/controllers/admin/AdminSaferPayOfficialLogsController.php @@ -244,10 +244,6 @@ public function printContextButton($context, $data) public function displayAjaxGetLog() { -// if (!$this->ensureHasPermissions([PermissionType::EDIT, PermissionType::VIEW], true)) { -// return; -// } - /** @var Invertus\SaferPay\Adapter\Tools $tools */ $tools = $this->module->getService(Tools::class);