Skip to content

Commit da9b8c5

Browse files
committed
MAGETWO-59660: [Backport] - [GITHUB] Outdated USPS container type list #6798 - for 2.1
1 parent 40abb61 commit da9b8c5

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

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

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ public function getCode($type, $code = '')
826826
'from_us' => [
827827
'method' => ['INT_16', 'INT_24'],
828828
],
829-
]
829+
],
830830
],
831831
[
832832
'containers' => ['MD FLAT RATE BOX'],
@@ -837,7 +837,7 @@ public function getCode($type, $code = '')
837837
'from_us' => [
838838
'method' => ['INT_9', 'INT_24'],
839839
],
840-
]
840+
],
841841
],
842842
[
843843
'containers' => ['LG FLAT RATE BOX'],
@@ -848,7 +848,7 @@ public function getCode($type, $code = '')
848848
'from_us' => [
849849
'method' => ['INT_11', 'INT_24', 'INT_25'],
850850
],
851-
]
851+
],
852852
],
853853
[
854854
'containers' => ['SM FLAT RATE ENVELOPE'],
@@ -859,7 +859,7 @@ public function getCode($type, $code = '')
859859
'from_us' => [
860860
'method' => ['INT_20'],
861861
],
862-
]
862+
],
863863
],
864864
[
865865
'containers' => ['WINDOW FLAT RATE ENVELOPE'],
@@ -870,7 +870,7 @@ public function getCode($type, $code = '')
870870
'from_us' => [
871871
'method' => ['INT_19'],
872872
],
873-
]
873+
],
874874
],
875875
[
876876
'containers' => ['GIFT CARD FLAT RATE ENVELOPE'],
@@ -881,7 +881,7 @@ public function getCode($type, $code = '')
881881
'from_us' => [
882882
'method' => ['INT_18'],
883883
],
884-
]
884+
],
885885
],
886886
[
887887
'containers' => ['PADDED FLAT RATE ENVELOPE'],
@@ -892,7 +892,7 @@ public function getCode($type, $code = '')
892892
'from_us' => [
893893
'method' => ['INT_27', 'INT_23'],
894894
],
895-
]
895+
],
896896
],
897897
[
898898
'containers' => ['LEGAL FLAT RATE ENVELOPE'],
@@ -903,7 +903,7 @@ public function getCode($type, $code = '')
903903
'from_us' => [
904904
'method' => ['INT_17', 'INT_22'],
905905
],
906-
]
906+
],
907907
],
908908
[
909909
'containers' => ['FLAT RATE ENVELOPE'],
@@ -913,10 +913,11 @@ public function getCode($type, $code = '')
913913
],
914914
'from_us' => [
915915
'method' => [
916-
'INT_10', 'INT_8', 'INT_14', 'INT_20', 'INT_17', 'INT_18', 'INT_19', 'INT_22', 'INT_27'
916+
'INT_10', 'INT_8', 'INT_14', 'INT_20', 'INT_17',
917+
'INT_18', 'INT_19', 'INT_22', 'INT_27',
917918
],
918919
],
919-
]
920+
],
920921
],
921922
[
922923
'containers' => ['RECTANGULAR'],
@@ -927,7 +928,7 @@ public function getCode($type, $code = '')
927928
'from_us' => [
928929
'method' => ['INT_12', 'INT_1', 'INT_2', 'INT_15'],
929930
],
930-
]
931+
],
931932
],
932933
[
933934
'containers' => ['NONRECTANGULAR'],
@@ -938,7 +939,7 @@ public function getCode($type, $code = '')
938939
'from_us' => [
939940
'method' => ['INT_4', 'INT_1', 'INT_2', 'INT_15'],
940941
],
941-
]
942+
],
942943
],
943944
],
944945
'size' => ['REGULAR' => __('Regular'), 'LARGE' => __('Large')],

0 commit comments

Comments
 (0)