Skip to content

Commit b5152ba

Browse files
committed
reverted previous changes
1 parent 5b7975e commit b5152ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,9 +834,9 @@ public function getCode($type, $code = '')
834834
'0_FCPC' => 'First Class',
835835
'1' => 'Priority',
836836
'2' => 'Priority Express',
837-
'3' => 'Ground Advantage',
837+
'3' => 'Priority Express',
838838
'4' => 'Retail Ground',
839-
'6' => 'Ground Advantage',
839+
'6' => 'Media',
840840
'7' => 'Library',
841841
'9' => 'Ground Advantage',
842842
'13' => 'Priority Express',

0 commit comments

Comments
 (0)