Skip to content

Commit

Permalink
PON-542: Webhook orders missing original_price for orders items. (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramth05 authored Aug 26, 2020
1 parent 63bed56 commit f5c7036
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Controller/Payment/Webhook.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ protected function getQuoteObject($post, $quoteId)

$quote->setStore($store);

$quote->collectTotals();

$quote->save();

return $quote;
Expand Down

0 comments on commit f5c7036

Please sign in to comment.