When generating an order the billing first and last name fields are blank. Here is a comparison between a generated and manually submitted order in wp-admin:
This isn't too big of a deal for the wp-admin, but in the woocommerce mobile app it's causing a blank customer name:
Here is the difference between the two orders fetched via the api:
When generating an order the billing first and last name fields are blank. Here is a comparison between a generated and manually submitted order in wp-admin:
This isn't too big of a deal for the wp-admin, but in the woocommerce mobile app it's causing a blank customer name:
Here is the difference between the two orders fetched via the api:
created_manually.json.txt
generated_order.json.txt
Is there any way to have the order generator populate billing first name and billing last name?