fix hook
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user