Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Oct 30, 2015
1 parent 344e3de commit 1e71fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Merchant.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function getPaymentNo()

public function getPaymentId()
{
return (strpos($this->username,'@') === false ? $this->username : substr($this->username, 0, strpos($this->username)+1)) .'_'. $this->uniqId,
return (strpos($this->username,'@') === false ? $this->username : substr($this->username, 0, strpos($this->username)+1)) .'_'. $this->uniqId;
}

public function getBaggageFields()
Expand Down

0 comments on commit 1e71fd1

Please sign in to comment.