diff --git a/Controller/Webhook/Webhook.php b/Controller/Webhook/Webhook.php index 0ae374e..c00dd49 100644 --- a/Controller/Webhook/Webhook.php +++ b/Controller/Webhook/Webhook.php @@ -62,7 +62,7 @@ public function execute() if($webhook_enabled) { - $httpRequestObject = new \Zend_Controller_Request_Http(); + $httpRequestObject = new \Laminas\Http\Request(); $api_key = $httpRequestObject->getHeader('api-key'); if ($api_key == $config_api_key) @@ -204,4 +204,4 @@ public function createShipment($orderId) ); } } -} \ No newline at end of file +}