Skip to content

Commit 555271c

Browse files
Ievgen ShakhsuvarovSerhiy Shkolyarenko
authored andcommitted
MAGETWO-36348: Unable to place order within multiple address checkout
1 parent 948f734 commit 555271c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ public function createOrders()
703703
$orders[] = $order;
704704
$this->_eventManager->dispatch(
705705
'checkout_type_multishipping_create_orders_single',
706-
['order' => $order, 'address' => $address]
706+
['order' => $order, 'address' => $address, 'quote' => $this->getQuote()]
707707
);
708708
}
709709

0 commit comments

Comments
 (0)