Skip to content

Commit

Permalink
Fix typo in last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Payson AB committed Jun 7, 2011
1 parent 6a4c63d commit b606b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/paydata.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function setTrackingId($trackingId) {
}

public function setGuaranteeOffered($guaranteeOffered) {
$this-$guaranteeOffered= $guaranteeOffered;
$this->$guaranteeOffered = $guaranteeOffered;
}

public function getOutput(){
Expand Down

0 comments on commit b606b6b

Please sign in to comment.