Skip to content

Commit

Permalink
Code Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jumaallan committed Apr 15, 2018
1 parent a5d5ca4 commit 4f186f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ public void setBusinessShortCode(String businessShortCode) {
}

public String getPassKey() {
return passKey;
return PassKey;
}

public void setPassKey(String passKey) {
this.passKey = passKey;
PassKey = passKey;
}

public String getPassword() {
Expand Down

0 comments on commit 4f186f7

Please sign in to comment.