Skip to content

Commit 7c379dd

Browse files
committed
Merge remote-tracking branch 'origin/AC-8918' into Hammer_Platform_Health_Scope_21082023
2 parents 70f8114 + e4b4165 commit 7c379dd

File tree

48 files changed

+4484
-5425
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+4484
-5425
lines changed

app/code/Magento/Ups/Helper/Config.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,17 @@ protected function getCodes()
121121
],
122122
// Shipments Originating in Mexico
123123
'Shipments Originating in Mexico' => [
124+
'01' => __('UPS Next Day Air'),
125+
'02' => __('UPS Second Day Air'),
126+
'03' => __('UPS Ground'),
124127
'07' => __('UPS Express'),
125128
'08' => __('UPS Expedited'),
129+
'11' => __('UPS Standard'),
130+
'12' => __('UPS Three-Day Select'),
131+
'13' => __('UPS Next Day Air Saver'),
132+
'14' => __('UPS Next Day Air Early A.M.'),
126133
'54' => __('UPS Express Plus'),
134+
'59' => __('UPS Second Day Air A.M.'),
127135
'65' => __('UPS Saver'),
128136
],
129137
// Shipments Originating in Other Countries

0 commit comments

Comments
 (0)