Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/dev/1.7' into 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrebenchuk committed Jun 15, 2015
2 parents 6c3de62 + e8391d6 commit 387fc7e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ protected function beforeProcessEntity($entity)
*/
protected function afterProcessEntity($entity)
{
$this->updateRemovedCartItems($entity);
if ($entity->getStatus()->getName() === CartStatus::STATUS_OPEN) {
$this->updateRemovedCartItems($entity);
}

if (!$this->hasContactInfo($entity)) {
return null;
Expand Down

0 comments on commit 387fc7e

Please sign in to comment.