Skip to content

Commit

Permalink
Merge pull request #9 from obiwanakin/patch-1
Browse files Browse the repository at this point in the history
Fixed typo, fixes #10
  • Loading branch information
PrintNodeJames authored Jul 8, 2016
2 parents 7957c1a + a64c576 commit aa76f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PrintNode/Credentials.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function setEmailPassword($email, $password)
"ApiKey already set."
);
}
$this->emailpassword = $email.': '.$password;
$this->emailPassword = $email.': '.$password;
return $this;
}

Expand Down

0 comments on commit aa76f22

Please sign in to comment.