Skip to content

Commit c7fbad1

Browse files
author
Yuri Kovsher
committed
Merge remote-tracking branch 'main-ce/develop' into MAGETWO-36096
2 parents 2ea7425 + c316821 commit c7fbad1

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)