Skip to content

Commit

Permalink
Merge branch 'stephangroen-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Giordano committed May 15, 2015
2 parents b17cc34 + 183ff0b commit 1987187
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Models/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,17 @@ public function getReference()
{
return $this->reference;
}

/**
* @param $reference
* @return $this
*/
public function setReference($reference)
{
$this->reference = $reference;

return $this;
}

/**
* @return int
Expand Down

0 comments on commit 1987187

Please sign in to comment.