Skip to content

Commit

Permalink
feat: add pudo countries for postnl
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Ernst authored and myparcel-bot[bot] committed Mar 8, 2024
1 parent a9b14c6 commit 34ada85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/data/carriers/postNlCarrierConfiguration.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as FEATURES from '@/data/carrierFeatures';
import { BELGIUM, NETHERLANDS } from '@myparcel/js-sdk/dist/constant/countries-iso2';
import {BELGIUM, NETHERLANDS, SWEDEN, GERMANY, DENMARK} from '@myparcel/js-sdk/dist/constant/countries-iso2';
import { CITY, POSTAL_CODE, STREET } from '../keys/addressKeys';
import { MYPARCEL, SENDMYPARCEL } from '@/data/keys/platformKeys';
import { AbstractCarrierConfiguration } from '@/data/carriers/abstractCarrierConfiguration';
Expand All @@ -25,7 +25,10 @@ export class PostNlCarrierConfiguration extends AbstractCarrierConfiguration {
getCountriesForPickup() {
return [
BELGIUM,
DENMARK,
GERMANY,
NETHERLANDS,
SWEDEN,
];
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,10 @@ Object {
],
"countriesForPickup": Array [
"BE",
"DK",
"DE",
"NL",
"SE",
],
"features": Object {
"belgie": Array [
Expand Down

0 comments on commit 34ada85

Please sign in to comment.