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 0c4deeb commit 5b7975eCopy full SHA for 5b7975e
app/code/Magento/Usps/Model/Carrier.php
@@ -747,10 +747,10 @@ public function getCode($type, $code = '')
747
'0_FCPC' => __('First-Class Mail Postcards'),
748
'1' => __('Priority Mail'),
749
'2' => __('Priority Mail Express Hold For Pickup'),
750
- '3' => __('USPS Ground Advantage (up to 15.999 oz)'),
+ '3' => __('Priority Mail Express'),
751
'4' => __('Retail Ground'),
752
- '6' => __('USPS Ground Advantage LIVES, Offshore'),
753
- '9' => __('USPS Ground Advantage (1 to 70lbs)'),
+ '6' => __('Media Mail'),
+ '7' => __('Library Mail'),
754
'13' => __('Priority Mail Express Flat Rate Envelope'),
755
'15' => __('First-Class Mail Large Postcards'),
756
'16' => __('Priority Mail Flat Rate Envelope'),
0 commit comments