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 15cf009 commit 2aaffddCopy full SHA for 2aaffdd
app/code/Magento/Usps/Model/Carrier.php
@@ -99,7 +99,7 @@ class Carrier extends AbstractCarrierOnline implements \Magento\Shipping\Model\C
99
*
100
* @var string
101
*/
102
- protected $_defaultGatewayUrl = 'http://production.shippingapis.com/ShippingAPI.dll';
+ protected $_defaultGatewayUrl = 'https://production.shippingapis.com/ShippingAPI.dll';
103
104
/**
105
* Container types that could be customized for USPS carrier
0 commit comments