We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9789187 commit 7a1e3d6Copy full SHA for 7a1e3d6
components/dhl/actions/get-tracking/get-tracking.mjs
@@ -18,7 +18,7 @@ export default {
18
type: "string",
19
label: "Service",
20
description: "The service of the shipment to get tracking information for",
21
- options: constants.SHIPPIMG_SERVICES,
+ options: constants.SHIPPING_SERVICES,
22
optional: true,
23
},
24
requesterCountryCode: {
components/dhl/common/constants.mjs
@@ -1,4 +1,4 @@
1
-const SHIPPIMG_SERVICES = [
+const SHIPPING_SERVICES = [
2
"dgf",
3
"dsc",
4
"ecommerce",
@@ -37,7 +37,7 @@ const MODE_OF_TRANSPORT = [
37
];
38
39
export default {
40
- SHIPPIMG_SERVICES,
+ SHIPPING_SERVICES,
41
STATUS_OPTIONS,
42
SUBSCRIPTION_TYPES,
43
MODE_OF_TRANSPORT,
0 commit comments