Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
beinbm committed Aug 6, 2015
1 parent ed0e9c5 commit 9e59f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message/AbstractResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class AbstractResponse extends \Omnipay\Common\Message\AbstractResponse
*/
public function getTransactionReference()
{
if(isset($this->data['id'])) {
if (isset($this->data['id'])) {
return $this->data['id'];
}

Expand Down

0 comments on commit 9e59f2d

Please sign in to comment.