Skip to content

Commit e499ed8

Browse files
authored
Merge branch '2.4-develop' into AC-13576
2 parents 22cd014 + 48da5dd commit e499ed8

File tree

3 files changed

+147
-4
lines changed

3 files changed

+147
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
4+
* Copyright 2014 Adobe
5+
* All Rights Reserved.
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
@@ -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" />

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
"colinmollenhour/credis": "^1.15",
4242
"colinmollenhour/php-redis-session-abstract": "^2.0",
4343
"composer/composer": "^2.0, !=2.2.16",
44+
"duosecurity/duo_api_php": "^1.1",
45+
"duosecurity/duo_universal_php": "^1.0",
4446
"elasticsearch/elasticsearch": "^7.17 || ^8.15",
4547
"ezyang/htmlpurifier": "^4.17",
4648
"guzzlehttp/guzzle": "^7.5",

composer.lock

Lines changed: 141 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)