Skip to content

Commit

Permalink
Merge pull request #1835 from git pull https://github.com/cmuench/mag…
Browse files Browse the repository at this point in the history
…ento2.git patch-6
  • Loading branch information
Oleksii Korshenko committed Oct 1, 2015
2 parents 169bfe3 + e40c270 commit 511879a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/code/Magento/Quote/Model/QuoteManagement.php
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,9 @@ protected function submitQuote(QuoteEntity $quote, $orderData = [])
$this->eventManager->dispatch(
'sales_model_service_quote_submit_failure',
[
'order' => $order,
'quote' => $quote
'order' => $order,
'quote' => $quote,
'exception' => $e
]
);
throw $e;
Expand Down

0 comments on commit 511879a

Please sign in to comment.