Skip to content

Commit 66e7298

Browse files
committed
ACP2E-3646: Addresses selection is not saved when we "Check Out with Multiple Addresses"
1 parent 4272f04 commit 66e7298

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Multishipping/Model/Checkout/Type/Multishipping.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ public function getQuote()
11301130
/**
11311131
* Retrieve quote items
11321132
*
1133-
* @return Item[]
1133+
* @return \Magento\Quote\Model\Quote\Item[]
11341134
*/
11351135
public function getQuoteItems()
11361136
{
@@ -1376,5 +1376,4 @@ private function getPlacedAddressItems(OrderInterface $order): array
13761376

13771377
return $placedAddressItems;
13781378
}
1379-
13801379
}

0 commit comments

Comments
 (0)