Skip to content

Commit c316821

Browse files
author
Shkolyarenko, Serhiy(sshkolyarenko)
committed
Merge pull request #242 from magento-folks/bugs
[Folks] Bugfix
2 parents 948f734 + 555271c commit c316821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/code/Magento/Multishipping/Model/Checkout/Type/Multishipping.php

+1-1
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)