Skip to content

Commit

Permalink
code style chage
Browse files Browse the repository at this point in the history
  • Loading branch information
iesus committed Nov 7, 2017
1 parent 9c76480 commit 105c18b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ public function sveaOrderHasErrors($sveaOrder, $quote, $response, $tries = 0)
* @param $fakeOrderRows
* @param $orderRows
*/
protected function _diffOrderRows($fakeOrderRows, $orderRows) {
protected function _diffOrderRows($fakeOrderRows, $orderRows)
{
$helper = Mage::helper('sveacheckout');
$differenceBetweenArrays = $helper->compareQuoteToSveaOrder($fakeOrderRows, $orderRows);

Expand Down

0 comments on commit 105c18b

Please sign in to comment.