Skip to content

Commit

Permalink
Merge pull request #242 from magento-folks/bugs
Browse files Browse the repository at this point in the history
[Folks] Bugfix
  • Loading branch information
Shkolyarenko, Serhiy(sshkolyarenko) committed Apr 20, 2015
2 parents 948f734 + 555271c commit c316821
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ public function createOrders()
$orders[] = $order;
$this->_eventManager->dispatch(
'checkout_type_multishipping_create_orders_single',
['order' => $order, 'address' => $address]
['order' => $order, 'address' => $address, 'quote' => $this->getQuote()]
);
}

Expand Down

0 comments on commit c316821

Please sign in to comment.