diff --git a/src/Model/Consignment/DHLForYouConsignment.php b/src/Model/Consignment/DHLForYouConsignment.php index 9f09bd97..1f48ba89 100644 --- a/src/Model/Consignment/DHLForYouConsignment.php +++ b/src/Model/Consignment/DHLForYouConsignment.php @@ -46,6 +46,7 @@ public function getAllowedExtraOptions(): array { return [ self::EXTRA_OPTION_DELIVERY_SATURDAY, + self::EXTRA_OPTION_DELIVERY_DATE, ]; }