Skip to content

Commit

Permalink
Adding missing line.
Browse files Browse the repository at this point in the history
Adding missing return line.
  • Loading branch information
cristian-vatca-osf committed May 4, 2017
1 parent e835fb9 commit 0d07abc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Observer/Purchase.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public function execute(Observer $observer)
if ($this->_helper->doesCaseExist($order)) {
// backup hold order
$this->holdOrder($order);
return;
}

$orderData = $this->_helper->processOrderData($order);
Expand Down

0 comments on commit 0d07abc

Please sign in to comment.