Skip to content

Commit

Permalink
Document plans update API call
Browse files Browse the repository at this point in the history
  • Loading branch information
abh committed Aug 3, 2012
1 parent 4717a0b commit 34ee062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ called with an error code (if any) and then the response.
* `stripe.plans` - create, retrieve, delete and list subscription plans
* `.create(plan)` - [create a plan](https://stripe.com/docs/api#create_plan), takes the data as an object
* `.retrieve(plan_id)` - [retrieve a plan](https://stripe.com/docs/api#retrieve_plan) by plan id.
* `.update(plan_id, data)` - [update plan](https://stripe.com/docs/api#update_plan)
* `.del(plan_id)` - [delete a plan](https://stripe.com/docs/api#delete_plan)
* `.list(count, offset)` - [list plans](https://stripe.com/docs/api#list_plans)
* `stripe.invoices` - [Invoices API](https://stripe.com/docs/api#invoices)
Expand Down

0 comments on commit 34ee062

Please sign in to comment.