Skip to content

Commit c3230af

Browse files
committed
ACP2E-1650:Create Shipment API
- fixed static issues
1 parent 5636722 commit c3230af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/Bundle/Model/Sales/Order/BundleOrderTypeValidator.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ public function getMessages(): array
9393
}
9494

9595
/**
96+
* Checks if shipment child item can be processed
97+
*
9698
* @param Item $orderItem
9799
* @param array $shipmentInfo
98100
* @return Phrase|null
@@ -126,6 +128,8 @@ private function checkChildItem(Item $orderItem, array $shipmentInfo): ?Phrase
126128
}
127129

128130
/**
131+
* Checks if bundle item can be processed as a shipment item
132+
*
129133
* @param array $shippingItemInfo
130134
* @param array $shippingInfo
131135
* @return Phrase|null

0 commit comments

Comments
 (0)