woocommerce / wc-smooth-generator

Smooth product, customer and order generation for WooCommerce
315 stars 49 forks source link

Customer billing first and last name not getting populated on generated orders #20

Closed AmandaRiu closed 5 years ago

AmandaRiu commented 6 years ago

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?