CLI command wp edd customers is incomplete and fails using the examples on the website #9732
Labels
type-bug
workflow-needs-replication
workflow-pending-triage
Items that need to be triaged and reviewed before they are worked on.
Bug Report
Expected behavior
For testing purposes I wanted to create 100 customers using the WordPress CLI, which according to the documentation should be done like this:
wp edd customers --create=100
You can see this here: https://easydigitaldownloads.com/docs/wp-cli-commands/
Actual behavior
The operation "fails" because code is physically missing to create random names and emails in the CLI command.
Something like this fixes it (similar to the orders):
Steps to reproduce the behavior
wp edd customers --create=100
Information (if a specific version is affected):
PHP Version: 8.3
EDD Version (or branch): 3.2.12
WordPress Version: 6.5.3
The text was updated successfully, but these errors were encountered: