diff --git a/src/Model/Consignment/DHLForYouConsignment.php b/src/Model/Consignment/DHLForYouConsignment.php index 2b871c4c..2355f4ca 100644 --- a/src/Model/Consignment/DHLForYouConsignment.php +++ b/src/Model/Consignment/DHLForYouConsignment.php @@ -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, ]; }