Skip to content

Commit c34615e

Browse files
committed
ACP2E-2258: Cannot create Fedex Shipping Label
- added message code to carrier output
1 parent faa47dd commit c34615e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Fedex/Model/Carrier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@ protected function _doShipmentRequest(\Magento\Framework\DataObject $request): \
13851385
$debugData['result']['error'] = $response['errors']['message'] . ' ';
13861386
}
13871387

1388-
$result->setErrors($debugData['result']['error']);
1388+
$result->setErrors($debugData['result']['error'] . $debugData['result']['code']);
13891389
}
13901390

13911391
$this->_debug($debugData);

0 commit comments

Comments
 (0)