Skip to content

Commit

Permalink
Fixed typo in voucher API docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin committed Sep 13, 2017
1 parent a093f9d commit b28d7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/voucher_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Here's an example of how the API call might look like in JSON format
"token": "secret",
"user": "customer@stamps.co.id",
"voucher_template": 1,
"start-date": "2013-02-15",
"start_date": "2013-02-15",
"quantity": 1,
"notes": "Special voucher for e-magazine readers"
}
Expand Down

0 comments on commit b28d7e8

Please sign in to comment.