Skip to content

Commit

Permalink
removed useless hook
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijusCoding committed Oct 23, 2024
1 parent 4b068c7 commit f035583
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Install/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ private function registerHooks()
$this->module->registerHook('actionEmailSendBefore');
$this->module->registerHook('displayAdminOrderTabContent');
$this->module->registerHook('actionAdminControllerSetMedia');
$this->module->registerHook('actionOrderHistoryAddAfter');
$this->module->registerHook('actionObjectOrderPaymentAddAfter');
$this->module->registerHook('displayOrderConfirmation');
}
Expand Down

0 comments on commit f035583

Please sign in to comment.