Skip to content
Snippets Groups Projects
Commit c7fbad12 authored by Yuri Kovsher's avatar Yuri Kovsher
Browse files

Merge remote-tracking branch 'main-ce/develop' into MAGETWO-36096

parents 2ea74257 c3168218
Branches
No related merge requests found
...@@ -703,7 +703,7 @@ class Multishipping extends \Magento\Framework\Object ...@@ -703,7 +703,7 @@ class Multishipping extends \Magento\Framework\Object
$orders[] = $order; $orders[] = $order;
$this->_eventManager->dispatch( $this->_eventManager->dispatch(
'checkout_type_multishipping_create_orders_single', 'checkout_type_multishipping_create_orders_single',
['order' => $order, 'address' => $address] ['order' => $order, 'address' => $address, 'quote' => $this->getQuote()]
); );
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment