From 9ddb556e75d1f0f273c43a74af343dccb8254127 Mon Sep 17 00:00:00 2001 From: jochemgravendeel Date: Tue, 26 Nov 2024 09:43:28 +0100 Subject: [PATCH] feat: allow delivery date to be used with DHLForYou --- src/Model/Consignment/DHLForYouConsignment.php | 1 + 1 file changed, 1 insertion(+) 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, ]; }