Skip to content

Commit f0831c7

Browse files
author
Aliaksei Yakimovich2
committed
MAGETWO-98947: UPS CGI url gateway to migrate from http to https
- Added supress for static test;
1 parent 42cb921 commit f0831c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1528,6 +1528,7 @@ protected function _sendShipmentAcceptRequest(Element $shipmentConfirmResponse)
15281528
$shippingLabelContent = (string)$response->ShipmentResults->PackageResults->LabelImage->GraphicImage;
15291529
$trackingNumber = (string)$response->ShipmentResults->PackageResults->TrackingNumber;
15301530

1531+
// phpcs:ignore Magento2.Functions.DiscouragedFunction
15311532
$result->setShippingLabelContent(base64_decode($shippingLabelContent));
15321533
$result->setTrackingNumber($trackingNumber);
15331534
}

0 commit comments

Comments
 (0)