Skip to content

Commit

Permalink
Fix Customer.all() example in readme (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreykuiken authored and pkopac committed Aug 28, 2017
1 parent 283b0ec commit 9b57abd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,7 @@ chartmogul.DataSource.destroy(config, uuid='ds_5915ee5a-babd-406b-b8ce-d207133fb

```python
chartmogul.Customer.create(config, data={})
chartmogul.Customer.all(config, {
page: 2,
per_page: 20
})
chartmogul.Customer.all(config, page=2, per_page=20)
chartmogul.Customer.retrieve(config, uuid='cus_5915ee5a-babd-406b-b8ce-d207133fb4cb')
chartmogul.Customer.search(config, email='email@email.com')
chartmogul.Customer.merge(config, data={
Expand Down

0 comments on commit 9b57abd

Please sign in to comment.