Skip to content

Commit

Permalink
SHQ18-1568 Updating UPS endpoint to use https. Http is no longer reli…
Browse files Browse the repository at this point in the history
…ably returning rates
  • Loading branch information
wsajosh committed Feb 28, 2019
1 parent a5330a7 commit 005a57c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/code/Magento/Ups/Model/Carrier.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class Carrier extends AbstractCarrierOnline implements CarrierInterface
*
* @var string
*/
protected $_defaultCgiGatewayUrl = 'http://www.ups.com:80/using/services/rave/qcostcgi.cgi';
protected $_defaultCgiGatewayUrl = 'https://www.ups.com:80/using/services/rave/qcostcgi.cgi';

/**
* Test urls for shipment
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Ups/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<cutoff_cost />
<dest_type>RES</dest_type>
<free_method>GND</free_method>
<gateway_url>http://www.ups.com/using/services/rave/qcostcgi.cgi</gateway_url>
<gateway_url>https://www.ups.com/using/services/rave/qcostcgi.cgi</gateway_url>
<gateway_xml_url>https://onlinetools.ups.com/ups.app/xml/Rate</gateway_xml_url>
<handling>0</handling>
<model>Magento\Ups\Model\Carrier</model>
Expand Down

0 comments on commit 005a57c

Please sign in to comment.