Skip to content

Commit

Permalink
ENGCOM-4426: SHQ18-1568 Updating UPS endpoint to use https. Http is n…
Browse files Browse the repository at this point in the history
…o longer reli… #21511
  • Loading branch information
sivaschenko authored Mar 28, 2019
2 parents 1da945a + 418ad48 commit 84da536
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/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 84da536

Please sign in to comment.