diff --git a/src/Model/Consignment/DPDConsignment.php b/src/Model/Consignment/DPDConsignment.php index 8f4b4116..dc7308a1 100644 --- a/src/Model/Consignment/DPDConsignment.php +++ b/src/Model/Consignment/DPDConsignment.php @@ -75,24 +75,4 @@ public function getLocalCountryCode(): string { return self::CC_BE; } - - /** - * @return string[] - */ - public function getAllowedExtraOptions(): array - { - return [ - self::EXTRA_OPTION_MULTI_COLLO, - ]; - } - - /** - * @return string[] - */ - public function getAllowedShipmentOptions(): array - { - return [ - self::SHIPMENT_OPTION_SIGNATURE, - ]; - } }