Skip to content

Commit 7e994fc

Browse files
Update Data.php
1 parent 70cd809 commit 7e994fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Usps/Helper/Data.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class Data extends AbstractHelper
1414
{
1515
/**
16-
* Available shipping methods
16+
* USPS Allowed shipping methods
1717
*
1818
* @var array
1919
*/
@@ -23,7 +23,6 @@ class Data extends AbstractHelper
2323
'usps_2', // Priority Mail Express Hold For Pickup
2424
'usps_3', // USPS Ground Advantage (up to 15.999 oz)
2525
'usps_6', // USPS Ground Advantage LIVES, Offshore
26-
'usps_7', // USPS Ground Advantage (up to 15.999 oz)
2726
'usps_9', // USPS Ground Advantage (1 to 70lbs)
2827
'usps_INT_1', // Priority Mail Express International
2928
'usps_INT_2', // Priority Mail International

0 commit comments

Comments
 (0)