Skip to content

Commit

Permalink
ENGCOM-4697: Correct spelling #22201
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Apr 12, 2019
2 parents c5ec966 + 086d811 commit 5cdc9a3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public function __construct(

/**
* Overloaded method for getting list of bundle options
*
* Caches result in quote item, because it can be used in cart 'recent view' and on same page in cart checkout
*
* @return array
Expand All @@ -88,7 +89,7 @@ public function getMessages()
$messages = [];
$quoteItem = $this->getItem();

// Add basic messages occuring during this page load
// Add basic messages occurring during this page load
$baseMessages = $quoteItem->getMessage(false);
if ($baseMessages) {
foreach ($baseMessages as $message) {
Expand Down

0 comments on commit 5cdc9a3

Please sign in to comment.