We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77fc062 + 5c247cd commit 7390853Copy full SHA for 7390853
app/code/Magento/Ups/Model/Carrier.php
@@ -1380,7 +1380,7 @@ protected function _formShipmentRequest(\Magento\Framework\DataObject $request)
1380
$shipperPart->addChild('PhoneNumber', $request->getShipperContactPhoneNumber());
1381
1382
$addressPart = $shipperPart->addChild('Address');
1383
- $addressPart->addChild('AddressLine1', $request->getShipperAddressStreet());
+ $addressPart->addChild('AddressLine1', $request->getShipperAddressStreet1());
1384
$addressPart->addChild('AddressLine2', $request->getShipperAddressStreet2());
1385
$addressPart->addChild('City', $request->getShipperAddressCity());
1386
$addressPart->addChild('CountryCode', $request->getShipperAddressCountryCode());
0 commit comments