Skip to content

Commit 70cd809

Browse files
Fix Data.php
1 parent dab72ab commit 70cd809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Data extends AbstractHelper
3636
'usps_INT_12', // USPS GXG Envelopes
3737
'usps_INT_14', // First-Class Mail International Large Envelope
3838
'usps_INT_16', // Priority Mail International Small Flat Rate Box
39-
'usps_INT_20' // Priority Mail International Small Flat Rate Envelope
39+
'usps_INT_20', // Priority Mail International Small Flat Rate Envelope
4040
];
4141

4242
/**

0 commit comments

Comments
 (0)