We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aec8155 + 2ae79e5 commit da37e05Copy full SHA for da37e05
app/code/Magento/GiftMessage/Model/Plugin/QuoteItem.php
@@ -35,7 +35,7 @@ public function aroundConvert(
35
\Magento\Quote\Model\Quote\Item\ToOrderItem $subject,
36
Closure $proceed,
37
\Magento\Quote\Model\Quote\Item\AbstractItem $item,
38
- $additional
+ $additional = []
39
) {
40
/** @var $orderItem Item */
41
$orderItem = $proceed($item, $additional);
0 commit comments