Skip to content

Commit 2aaffdd

Browse files
committed
Fixed default gateway URL to secure URL
1 parent 15cf009 commit 2aaffdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class Carrier extends AbstractCarrierOnline implements \Magento\Shipping\Model\C
9999
*
100100
* @var string
101101
*/
102-
protected $_defaultGatewayUrl = 'http://production.shippingapis.com/ShippingAPI.dll';
102+
protected $_defaultGatewayUrl = 'https://production.shippingapis.com/ShippingAPI.dll';
103103

104104
/**
105105
* Container types that could be customized for USPS carrier

0 commit comments

Comments
 (0)