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 863ba7b commit 7f59a08
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,
];
}

Check warning on line 50 in src/Model/Consignment/DHLForYouConsignment.php

View check run for this annotation

Codecov / codecov/patch

src/Model/Consignment/DHLForYouConsignment.php#L45-L50

Added lines #L45 - L50 were not covered by tests

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

0 comments on commit 7f59a08

Please sign in to comment.