Skip to content

Commit

Permalink
feat: allow small package with DHLForYou (#506)
Browse files Browse the repository at this point in the history
* feat: allow small package with DHLForYou

* feat: allow small package with DHLForYou
  • Loading branch information
GravendeelJochem authored Sep 30, 2024
1 parent c41c661 commit 43b9694
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 @@ -38,6 +38,7 @@ public function getAllowedPackageTypes(): array
return [
self::PACKAGE_TYPE_PACKAGE_NAME,
self::PACKAGE_TYPE_MAILBOX_NAME,
self::PACKAGE_TYPE_PACKAGE_SMALL_NAME,
];
}

Expand Down

0 comments on commit 43b9694

Please sign in to comment.