Skip to content

Commit f78bc1a

Browse files
Update Carrier.php
1 parent 7e994fc commit f78bc1a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/code/Magento/Usps/Model/Carrier.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,6 @@ public function getCode($type, $code = '')
750750
'3' => __('USPS Ground Advantage (up to 15.999 oz)'),
751751
'4' => __('Retail Ground'),
752752
'6' => __('USPS Ground Advantage LIVES, Offshore'),
753-
'7' => __('USPS Ground Advantage (up to 15.999 oz)'),
754753
'9' => __('USPS Ground Advantage (1 to 70lbs)'),
755754
'13' => __('Priority Mail Express Flat Rate Envelope'),
756755
'15' => __('First-Class Mail Large Postcards'),
@@ -824,9 +823,9 @@ public function getCode($type, $code = '')
824823
'0_FCPC' => 'First Class',
825824
'1' => 'Priority',
826825
'2' => 'Priority Express',
827-
'3' => 'Priority Express',
826+
'3' => 'Ground Advantage',
828827
'4' => 'Retail Ground',
829-
'6' => 'Media',
828+
'6' => 'Ground Advantage',
830829
'7' => 'Library',
831830
'13' => 'Priority Express',
832831
'15' => 'First Class',

0 commit comments

Comments
 (0)