Skip to content

Commit 94b905a

Browse files
committed
AC-12934::UPS REST Gateway URL updates-changed the default Urls from sandbox to Production
1 parent 3c83d94 commit 94b905a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Ups/etc/config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<free_method>GND</free_method>
2222
<gateway_url>https://www.ups.com/using/services/rave/qcostcgi.cgi</gateway_url>
2323
<gateway_xml_url>https://onlinetools.ups.com/ups.app/xml/Rate</gateway_xml_url>
24-
<gateway_rest_url>https://wwwcie.ups.com/api/rating/</gateway_rest_url>
24+
<gateway_rest_url>https://onlinetools.ups.com/api/rating/</gateway_rest_url>
2525
<handling>0</handling>
2626
<model>Magento\Ups\Model\Carrier</model>
2727
<pickup>CC</pickup>
2828
<title>United Parcel Service</title>
2929
<tracking_url>https://onlinetools.ups.com/ups.app/xml/Track</tracking_url>
30-
<tracking_rest_url>https://wwwcie.ups.com/api/track/</tracking_rest_url>
30+
<tracking_rest_url>https://onlinetools.ups.com/api/track/</tracking_rest_url>
3131
<unit_of_measure>LBS</unit_of_measure>
3232
<username backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
3333
<password backend_model="Magento\Config\Model\Config\Backend\Encrypted" />

0 commit comments

Comments
 (0)