Skip to content

Commit a0ae5ea

Browse files
author
Paolo Lim
authored
CORE-1915: Add DHL Domestic 1800 (#99)
1 parent 5df85c3 commit a0ae5ea

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

data/cleansed/carrier-services.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
"name": "Economy Select",
5050
"carrier_id": "dhl"
5151
},
52+
{
53+
"id": "dhl-express-domestic-1800",
54+
"name": "Express Domestic 18:00",
55+
"carrier_id": "dhl"
56+
},
5257
{
5358
"id": "dhl-express-export-economy",
5459
"name": "Express Export Economy",

data/final/carrier-services.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,15 @@
8989
"tracking_url": "http://www.dhl.com/en/express/tracking.html?AWB="
9090
}
9191
},
92+
{
93+
"id": "dhl-express-domestic-1800",
94+
"name": "Express Domestic 18:00",
95+
"carrier": {
96+
"id": "dhl",
97+
"name": "DHL Express",
98+
"tracking_url": "http://www.dhl.com/en/express/tracking.html?AWB="
99+
}
100+
},
92101
{
93102
"id": "dhl-express-export-economy",
94103
"name": "Express Export Economy",

data/original/carrier-services.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dhl-ecommerce-standard,Standard,dhl-ecommerce
1111
dhl-economy-select,Economy Select,dhl
1212
dhl-express-export-economy,Express Export Economy,dhl
1313
dhl-express-worldwide,Express Worldwide,dhl
14+
dhl-express-domestic-1800,Express Domestic 18:00,dhl
1415
dhl-global-mail-packet-plus,Packet Plus,dhl-global-mail
1516
dhl-parcel-international-direct,International Direct,dhl-parcel
1617
dhl-parcel-international-standard,International Standard,dhl-parcel

0 commit comments

Comments
 (0)