Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Nov 6, 2017
1 parent bc5fc2e commit bd0908e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Api/PromoRules.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public function getNewPromoRule($ruleId,$mailchimpStoreId,$magentoStoreId)
$error = __('Something went wrong when retrieving the information.');
$this->_updateSyncData($mailchimpStoreId, $ruleId, $this->_date->gmtDate(), $error);
}
} catch(Exception $e) {
} catch(\Exception $e) {
$this->_helper->log($e->getMessage());
}
return $data;
Expand Down

0 comments on commit bd0908e

Please sign in to comment.