Skip to content

Commit da37e05

Browse files
author
Ievgen Shakhsuvarov
committed
Merge branch 'MAGETWO-32831' of github.corp.ebay.com:magento-folks/magento2ce into develop
2 parents aec8155 + 2ae79e5 commit da37e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/GiftMessage/Model/Plugin/QuoteItem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function aroundConvert(
3535
\Magento\Quote\Model\Quote\Item\ToOrderItem $subject,
3636
Closure $proceed,
3737
\Magento\Quote\Model\Quote\Item\AbstractItem $item,
38-
$additional
38+
$additional = []
3939
) {
4040
/** @var $orderItem Item */
4141
$orderItem = $proceed($item, $additional);

0 commit comments

Comments
 (0)