This commit is contained in:
O K
2025-06-02 11:25:15 +03:00
parent 638d801a8e
commit b153782939

View File

@@ -57,8 +57,7 @@ class Hutko extends PaymentModule
public function install(): bool
{
$success = parent::install()
&& $this->registerHook('paymentOptions')
&& $this->registerHook('actionAdminControllerSetMedia');
&& $this->registerHook('paymentOptions');
// If the initial mandatory hooks failed, stop here.
if (!$success) {