Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit e4496a1

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 280d342 commit e4496a1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -148,18 +148,6 @@ public function load()
148148
return $shipment;
149149
}
150150

151-
/**
152-
* Initialize shipment items QTY
153-
*
154-
* @return array
155-
*/
156-
private function getItemQtys()
157-
{
158-
$data = $this->getShipment();
159-
160-
return isset($data['items']) ? $data['items'] : [];
161-
}
162-
163151
/**
164152
* Convert UI-generated tracking array to Data Object array
165153
*

0 commit comments

Comments
 (0)