Skip to content

Commit

Permalink
feat: Allow saturday delivery for DHLForYou
Browse files Browse the repository at this point in the history
  • Loading branch information
GravendeelJochem committed Nov 14, 2024
1 parent dbaf617 commit 90e394c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Model/Consignment/DHLForYouConsignment.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ public function getAllowedPackageTypes(): array
];
}

public function getAllowedExtraOptions(): array
{
return [
self::EXTRA_OPTION_DELIVERY_SATURDAY,
];
}

/**
* @return string[]
*/
Expand Down

0 comments on commit 90e394c

Please sign in to comment.