We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 948f734 + 555271c commit c316821Copy full SHA for c316821
app/code/Magento/Multishipping/Model/Checkout/Type/Multishipping.php
@@ -703,7 +703,7 @@ public function createOrders()
703
$orders[] = $order;
704
$this->_eventManager->dispatch(
705
'checkout_type_multishipping_create_orders_single',
706
- ['order' => $order, 'address' => $address]
+ ['order' => $order, 'address' => $address, 'quote' => $this->getQuote()]
707
);
708
}
709
0 commit comments