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 70cd809 commit 7e994fcCopy full SHA for 7e994fc
app/code/Magento/Usps/Helper/Data.php
@@ -13,7 +13,7 @@
13
class Data extends AbstractHelper
14
{
15
/**
16
- * Available shipping methods
+ * USPS Allowed shipping methods
17
*
18
* @var array
19
*/
@@ -23,7 +23,6 @@ class Data extends AbstractHelper
23
'usps_2', // Priority Mail Express Hold For Pickup
24
'usps_3', // USPS Ground Advantage (up to 15.999 oz)
25
'usps_6', // USPS Ground Advantage LIVES, Offshore
26
- 'usps_7', // USPS Ground Advantage (up to 15.999 oz)
27
'usps_9', // USPS Ground Advantage (1 to 70lbs)
28
'usps_INT_1', // Priority Mail Express International
29
'usps_INT_2', // Priority Mail International
0 commit comments