From 21cf9a6169ff723ab3455b5fad4ce40451d7a68b Mon Sep 17 00:00:00 2001 From: jochemgravendeel Date: Thu, 29 Aug 2024 14:39:37 +0200 Subject: [PATCH] fix: comment out default weight in BpostConsignment model --- src/Model/Consignment/BpostConsignment.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Model/Consignment/BpostConsignment.php b/src/Model/Consignment/BpostConsignment.php index d2c78c50..cb009409 100644 --- a/src/Model/Consignment/BpostConsignment.php +++ b/src/Model/Consignment/BpostConsignment.php @@ -15,7 +15,7 @@ class BpostConsignment extends AbstractConsignment /** @deprecated use $this->getCarrierName() */ public const CARRIER_NAME = 'bpost'; - public const DEFAULT_WEIGHT = 50; +// public const DEFAULT_WEIGHT = 50; /** * @var int @@ -32,7 +32,7 @@ class BpostConsignment extends AbstractConsignment * @internal * @var int */ - public $physical_properties = ['weight' => self::DEFAULT_WEIGHT]; +// public $physical_properties = ['weight' => self::DEFAULT_WEIGHT]; /** * @var string