Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Commit aa76f22

Browse files
author
PrintNodeJames
authored
Merge pull request PrintNode#9 from obiwanakin/patch-1
Fixed typo, fixes PrintNode#10
2 parents 7957c1a + a64c576 commit aa76f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PrintNode/Credentials.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function setEmailPassword($email, $password)
3535
"ApiKey already set."
3636
);
3737
}
38-
$this->emailpassword = $email.': '.$password;
38+
$this->emailPassword = $email.': '.$password;
3939
return $this;
4040
}
4141

0 commit comments

Comments
 (0)