Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #45

Merged
merged 1 commit into from
Jul 27, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/includes/wp-api-v1/_customers.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The customer API allows you to create, view, update, and delete individual, or a
| `email` | string | The email address for the customer. <i class="label label-info">mandatory</i> |
| `first_name` | string | Customer first name. |
| `last_name` | string | Customer last name. |
| `username` | string | Customer login name. Can be generated automatically from the customer's email addrees if the option `woocommerce_registration_generate_username` is equal to `yes` <i class="label label-info">cannot be changed</i> <i class="label label-info">maybe mandatory</i> |
| `username` | string | Customer login name. Can be generated automatically from the customer's email address if the option `woocommerce_registration_generate_username` is equal to `yes` <i class="label label-info">cannot be changed</i> <i class="label label-info">maybe mandatory</i> |
| `password` | string | Customer password. Can be generated automatically with [`wp_generate_password()`](http://codex.wordpress.org/Function_Reference/wp_generate_password) if the "Automatically generate customer password" option is enabled, check the index meta for `generate_password` <i class="label label-info">write-only</i> <i class="label label-info">maybe mandatory</i> |
| `last_order` | array | Last order data. See [Customer Last Order properties](#customer-last-order-properties). <i class="label label-info">read-only</i> |
| `orders_count` | integer | Quantity of orders made by the customer. <i class="label label-info">read-only</i> |
Expand Down