This is the full error code:
[2023-05-24 18:16:52] main.DEBUG: array (
'request' =>
array (
'accept_UPS_license_agreement' => 'yes',
'10_action' => '4',
'13_product' => 'GNDRES',
'14_origCountry' => 'US',
'15_origPostal' => 'EDITED',
'origCity' => 'EDITED',
'19_destPostal' => 'EDITED',
'22_destCountry' => 'US',
'23_weight' => 2.0,
'47_rate_chart' => 'Customer Counter',
'48_container' => '00',
'49_residential' => '01',
'weight_std' => 'lbs',
),
'result' => '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="https://www.ups.com/error.page">here</a>.</p>
</body></html>
',
) [] []
This is the gateway url I’m currently using:
https://www.ups.com/using/services/rave/qcostcgi.cgi
The Magento version is 2.4.3
and the error started happening yesterday and still persists.
Has the gateway url change? Is there some other problem with the integration? Thank you!