Skip to content

Commit

Permalink
feat: allow delivery date to be used with DHLForYou
Browse files Browse the repository at this point in the history
  • Loading branch information
GravendeelJochem committed Nov 26, 2024
1 parent 4707039 commit 9ddb556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Model/Consignment/DHLForYouConsignment.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public function getAllowedExtraOptions(): array
{
return [
self::EXTRA_OPTION_DELIVERY_SATURDAY,
self::EXTRA_OPTION_DELIVERY_DATE,
];
}

Expand Down

0 comments on commit 9ddb556

Please sign in to comment.