Skip to content

Commit

Permalink
fix: remove dpd default weight (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianSDV authored May 29, 2024
1 parent cdf6f3c commit 070456f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Model/Consignment/DPDConsignment.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ class DPDConsignment extends AbstractConsignment

/** @deprecated use $this->getCarrierName() */
public const CARRIER_NAME = 'dpd';
public const DEFAULT_WEIGHT = 3000;

/**
* @internal
* @var int
*/
public $physical_properties = ['weight' => self::DEFAULT_WEIGHT];

/**
* @var string
Expand Down

0 comments on commit 070456f

Please sign in to comment.