Skip to content

Commit

Permalink
Update Readme to include password_confirmation
Browse files Browse the repository at this point in the history
Account creation requires password_confirmation be sent if password is. Updating docs to reflect this.
  • Loading branch information
Chris Warren committed Jul 24, 2014
1 parent a81e3aa commit 7a853f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -176,6 +176,7 @@ No API Key is required.
client.account.create('foo@example.com', tos=1)
client.account.create('foo@example.com', tos=1,
options={'password': 'abcd1234',
'password_confirmation': 'abcd1234',
'affiliate_code': 'foo'})
```

Expand Down

0 comments on commit 7a853f3

Please sign in to comment.