Skip to content

Commit 68e5129

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ public function setShippingItemsInformation($info)
558558
* @return Multishipping
559559
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
560560
* @SuppressWarnings(PHPMD.NPathComplexity)
561-
*@throws \Magento\Framework\Exception\LocalizedException
561+
* @throws \Magento\Framework\Exception\LocalizedException
562562
*/
563563
protected function _addShippingItem($quoteItemId, $data)
564564
{
@@ -612,7 +612,7 @@ protected function _addShippingItem($quoteItemId, $data)
612612
*
613613
* @param int $addressId customer address id
614614
* @return Multishipping
615-
*@throws \Magento\Framework\Exception\LocalizedException
615+
* @throws \Magento\Framework\Exception\LocalizedException
616616
*/
617617
public function updateQuoteCustomerShippingAddress($addressId)
618618
{
@@ -640,7 +640,7 @@ public function updateQuoteCustomerShippingAddress($addressId)
640640
*
641641
* @param int $addressId customer address id
642642
* @return Multishipping
643-
*@throws \Magento\Framework\Exception\LocalizedException
643+
* @throws \Magento\Framework\Exception\LocalizedException
644644
*/
645645
public function setQuoteCustomerBillingAddress($addressId)
646646
{

0 commit comments

Comments
 (0)