Skip to content

Commit

Permalink
feat(dpd): add multiple countries for pickup (#181)
Browse files Browse the repository at this point in the history
Co-authored-by: Edie Lemoine <[email protected]>
  • Loading branch information
RichardPerdaan and EdieLemoine authored Jun 21, 2023
1 parent b9710c3 commit 42f2e0f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/data/carriers/dpdCarrierConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,22 @@ export class DpdCarrierConfiguration extends AbstractCarrierConfiguration {
return [
AUSTRIA,
BELGIUM,
CZECH_REPUBLIC,
DENMARK,
ESTONIA,
FINLAND,
FRANCE,
GERMANY,
HUNGARY,
LATVIA,
LITHUANIA,
LUXEMBOURG,
NETHERLANDS,
POLAND,
PORTUGAL,
SLOVAKIA,
SLOVENIA,
SPAIN,
UNITED_KINGDOM,
];
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -360,12 +360,22 @@ Object {
"countriesForPickup": Array [
"AT",
"BE",
"CZ",
"DK",
"EE",
"FI",
"FR",
"DE",
"HU",
"LV",
"LT",
"LU",
"NL",
"PL",
"PT",
"SK",
"SI",
"ES",
"GB",
],
"features": Object {
Expand Down

0 comments on commit 42f2e0f

Please sign in to comment.