Skip to content

Commit 5b7975e

Browse files
committed
Updates to display new shipping methods when requesting all elements
1 parent 0c4deeb commit 5b7975e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -747,10 +747,10 @@ public function getCode($type, $code = '')
747747
'0_FCPC' => __('First-Class Mail Postcards'),
748748
'1' => __('Priority Mail'),
749749
'2' => __('Priority Mail Express Hold For Pickup'),
750-
'3' => __('USPS Ground Advantage (up to 15.999 oz)'),
750+
'3' => __('Priority Mail Express'),
751751
'4' => __('Retail Ground'),
752-
'6' => __('USPS Ground Advantage LIVES, Offshore'),
753-
'9' => __('USPS Ground Advantage (1 to 70lbs)'),
752+
'6' => __('Media Mail'),
753+
'7' => __('Library Mail'),
754754
'13' => __('Priority Mail Express Flat Rate Envelope'),
755755
'15' => __('First-Class Mail Large Postcards'),
756756
'16' => __('Priority Mail Flat Rate Envelope'),

0 commit comments

Comments
 (0)