Skip to content

Commit

Permalink
feat: enable package small for dhlforyou (#246)
Browse files Browse the repository at this point in the history
INT-655
  • Loading branch information
GravendeelJochem authored Sep 27, 2024
1 parent f3a9d12 commit a65844a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/data/carriers/dhlForYouCarrierConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export class DhlForYouCarrierConfiguration extends AbstractCarrierConfiguration
FEATURES.FEATURES_PICKUP,
FEATURES.FEATURES_ONLY_RECIPIENT,
FEATURES.FEATURES_SIGNATURE,
FEATURES.FEATURES_PACKAGE_TYPE_PACKAGE_SMALL,
],
};
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@ Object {
"allowSignature",
"priceSignature",
],
Array [
"allowPackageTypePackageSmall",
],
],
},
"getDefaultRequestParameters": Array [
Expand Down Expand Up @@ -273,6 +276,9 @@ Object {
"allowSignature",
"priceSignature",
],
Array [
"allowPackageTypePackageSmall",
],
],
}
`;
Expand Down

0 comments on commit a65844a

Please sign in to comment.