From ab6b5348e00b108eed20456f7193551a4d53699b Mon Sep 17 00:00:00 2001 From: "said.ozgat" Date: Thu, 13 May 2021 23:22:36 +0300 Subject: [PATCH] +webhoook bug fix 1.1.1v --- iyzipay/iyzipay.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iyzipay/iyzipay.php b/iyzipay/iyzipay.php index 7f3361e..eacaed9 100644 --- a/iyzipay/iyzipay.php +++ b/iyzipay/iyzipay.php @@ -166,6 +166,8 @@ public function getContent() $this->postProcess(); } + $this->registerHook('ModuleRoutes'); + $this->setIyziWebhookUrlKey(); $this->context->smarty->assign('module_dir', $this->_path);