Skip to content

Commit 4125233

Browse files
committed
reverted previous changes
1 parent f244016 commit 4125233

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

app/code/Magento/Usps/Test/Unit/Helper/DataTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ public function shippingMethodDataProvider()
5555
['usps_0_FCLE'], // First-Class Mail Large Envelope
5656
['usps_1'], // Priority Mail
5757
['usps_2'], // Priority Mail Express Hold For Pickup
58-
['usps_3'], // USPS Ground Advantage (up to 15.999 oz)
58+
['usps_3'], // Priority Mail Express
5959
['usps_4'], // Retail Ground
60-
['usps_6'], // USPS Ground Advantage LIVES, Offshore
61-
['usps_9'], // USPS Ground Advantage (1 to 70lbs)
60+
['usps_6'], // Media Mail
61+
['usps_9'], // USPS Ground Advantage
6262
['usps_INT_1'], // Priority Mail Express International
6363
['usps_INT_2'], // Priority Mail International
6464
['usps_INT_4'], // Global Express Guaranteed (GXG)

app/code/Magento/Usps/Test/Unit/Model/CarrierTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ class CarrierTest extends TestCase
9090
private $config = [
9191
'carriers/usps/allowed_methods' => '0_FCLE,0_FCL,0_FCP,1,2,3,4,6,7,9,13,16,17,22,23,25,27,28,33,' .
9292
'34,35,36,37,42,43,53,55,56,57,61,INT_1,INT_2,INT_4,INT_6,INT_7,INT_8,INT_9,INT_10,INT_11,' .
93-
'INT_12,INT_13,INT_14,INT_15,INT_16,INT_20,INT_26',
93+
'INT_12,INT_13,INT_14,INT_15,INT_16,INT_20,INT_26,1058,2058,4058,6058,1058,2058,4058,4096,' .
94+
'1096,2096,6096',
9495
'carriers/usps/showmethod' => 1,
9596
'carriers/usps/debug' => 1,
9697
'carriers/usps/userid' => 'test',

0 commit comments

Comments
 (0)