Skip to content

Commit 7a1e3d6

Browse files
committed
fix typo
1 parent 9789187 commit 7a1e3d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/dhl/actions/get-tracking/get-tracking.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default {
1818
type: "string",
1919
label: "Service",
2020
description: "The service of the shipment to get tracking information for",
21-
options: constants.SHIPPIMG_SERVICES,
21+
options: constants.SHIPPING_SERVICES,
2222
optional: true,
2323
},
2424
requesterCountryCode: {

components/dhl/common/constants.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const SHIPPIMG_SERVICES = [
1+
const SHIPPING_SERVICES = [
22
"dgf",
33
"dsc",
44
"ecommerce",
@@ -37,7 +37,7 @@ const MODE_OF_TRANSPORT = [
3737
];
3838

3939
export default {
40-
SHIPPIMG_SERVICES,
40+
SHIPPING_SERVICES,
4141
STATUS_OPTIONS,
4242
SUBSCRIPTION_TYPES,
4343
MODE_OF_TRANSPORT,

0 commit comments

Comments
 (0)