Skip to content

Commit 8913a34

Browse files
YuliyaLabudovanikshostko
authored andcommitted
MAGETWO-59529: Shipment with shipping label returns a blank result via REST API
- Fix web-api functional tests
1 parent e931bc1 commit 8913a34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/integration/testsuite/Magento/Sales/_files/shipment_list.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@
5757
$shipment->setShippingAddressId($shipmentData['shipping_address_id']);
5858
$shipment->setShipmentStatus($shipmentData['shipment_status']);
5959
$shipment->setStoreId($shipmentData['store_id']);
60+
$shipment->setShippingLabel($shipmentData['shipping_label']);
6061
$shipment->save();
6162
}

0 commit comments

Comments
 (0)