From 988c546fd421652e1a0db3d6acc42998244a4ac8 Mon Sep 17 00:00:00 2001 From: Edie Lemoine Date: Fri, 29 Sep 2023 12:56:16 +0200 Subject: [PATCH] refactor: remove deprecated code from entry file --- myparcelnl.php | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/myparcelnl.php b/myparcelnl.php index 5dba78d9..8d419dff 100644 --- a/myparcelnl.php +++ b/myparcelnl.php @@ -36,26 +36,6 @@ class MyParcelNL extends CarrierModule use HasPdkScriptHooks; use HasPsCarrierHooks; - /** - * @deprecated - */ - public const MODULE_NAME = 'myparcelnl'; - /** - * @deprecated - */ - public const TRANSLATION_DOMAIN = 'Modules.MyParcelNL.Admin'; - - /** - * * @deprecated - */ - public $baseUrl; - - /** - * @var int - * @deprecated - */ - public $id_carrier; - /** * @var int */