File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
app/code/Magento/Usps/Model Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -750,7 +750,6 @@ public function getCode($type, $code = '')
750
750
'3 ' => __ ('USPS Ground Advantage (up to 15.999 oz) ' ),
751
751
'4 ' => __ ('Retail Ground ' ),
752
752
'6 ' => __ ('USPS Ground Advantage LIVES, Offshore ' ),
753
- '7 ' => __ ('USPS Ground Advantage (up to 15.999 oz) ' ),
754
753
'9 ' => __ ('USPS Ground Advantage (1 to 70lbs) ' ),
755
754
'13 ' => __ ('Priority Mail Express Flat Rate Envelope ' ),
756
755
'15 ' => __ ('First-Class Mail Large Postcards ' ),
@@ -824,9 +823,9 @@ public function getCode($type, $code = '')
824
823
'0_FCPC ' => 'First Class ' ,
825
824
'1 ' => 'Priority ' ,
826
825
'2 ' => 'Priority Express ' ,
827
- '3 ' => 'Priority Express ' ,
826
+ '3 ' => 'Ground Advantage ' ,
828
827
'4 ' => 'Retail Ground ' ,
829
- '6 ' => 'Media ' ,
828
+ '6 ' => 'Ground Advantage ' ,
830
829
'7 ' => 'Library ' ,
831
830
'13 ' => 'Priority Express ' ,
832
831
'15 ' => 'First Class ' ,
You can’t perform that action at this time.
0 commit comments