Skip to content

Commit

Permalink
Merge pull request #15 from Xavi-/patch-2
Browse files Browse the repository at this point in the history
Made documentation match code (changed `stripe.tokens` to `stripe.token`)
  • Loading branch information
abh committed Nov 7, 2011
2 parents 3842776 + a7e4674 commit 99da0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ called with an error code (if any) and then the response.
* `.update(customer_id, updates)` - [update a customer](https://stripe.com/docs/api#update_customer); `updates` is an object with new parameters
* `.del(customer_id)` - [delete a customer](https://stripe.com/docs/api#delete_customer)
* `.list(count, offset)` - [list customers](https://stripe.com/docs/api#list_customers)
* `stripe.tokens` - [Tokens API](https://stripe.com/docs/api#tokens)
* `stripe.token` - [Tokens API](https://stripe.com/docs/api#tokens)
* `.create(card_data)` - [create a token](https://stripe.com/docs/api#create_token)
* `.retrieve(token_id)` - [retrieve a card token](https://stripe.com/docs/api#retrieve_token)

Expand Down

0 comments on commit 99da0a8

Please sign in to comment.