Skip to content

Commit

Permalink
feat: allow small package pickup dhlforyou
Browse files Browse the repository at this point in the history
  • Loading branch information
GravendeelJochem committed Oct 30, 2024
1 parent 3f12da6 commit c27dcbf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"features": {
"labelDescriptionLength": 45
},
"packageTypes": ["package", "mailbox"],
"packageTypes": ["package", "mailbox", "package_small"],
"shipmentOptions": {
"ageCheck": true,
"largeFormat": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"features": {
"labelDescriptionLength": 45
},
"packageTypes": ["package", "mailbox"],
"packageTypes": ["package", "mailbox", "package_small"],
"shipmentOptions": {
"ageCheck": true,
"largeFormat": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"features": {
"labelDescriptionLength": 45
},
"packageTypes": ["package", "mailbox"],
"packageTypes": ["package", "mailbox", "package_small"],
"shipmentOptions": {
"ageCheck": true,
"largeFormat": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"features": {
"labelDescriptionLength": 45
},
"packageTypes": ["package", "mailbox"],
"packageTypes": ["package", "mailbox", "package_small"],
"shipmentOptions": {
"ageCheck": true,
"largeFormat": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
{
"name": "dhlforyou",
"capabilities": {
"packageTypes": ["package", "mailbox"],
"packageTypes": ["package", "mailbox", "package_small"],
"deliveryTypes": ["standard", "pickup"],
"shipmentOptions": {
"ageCheck": true,
Expand Down

0 comments on commit c27dcbf

Please sign in to comment.