diff --git a/src/Model/Consignment/DHLForYouConsignment.php b/src/Model/Consignment/DHLForYouConsignment.php index 2355f4ca..9f09bd97 100644 --- a/src/Model/Consignment/DHLForYouConsignment.php +++ b/src/Model/Consignment/DHLForYouConsignment.php @@ -42,6 +42,13 @@ public function getAllowedPackageTypes(): array ]; } + public function getAllowedExtraOptions(): array + { + return [ + self::EXTRA_OPTION_DELIVERY_SATURDAY, + ]; + } + /** * @return string[] */