Skip to content

Commit e97ce5b

Browse files
author
Eric Bohanon
committed
MAGETWO-72747: [Magento Cloud] - /rest/default/V1/order/<order id>/ship and configurable products - for 2.2
1 parent ed37b8f commit e97ce5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Shipping/Controller/Adminhtml/Order/ShipmentLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public function load()
135135
return false;
136136
}
137137

138-
$shipmentItems = $this->getShipmentItems($this->getShipment());
138+
$shipmentItems = $this->getShipmentItems($this->getShipment() ?: []);
139139

140140
$shipment = $this->documentFactory->create(
141141
$order,

0 commit comments

Comments
 (0)