woocommerce/includes/rest-api/Controllers
Josh Betz 73d51a8770 Allow billing email to be empty
Allows passing `null` for the billing email to clear it. This means the
email must either be a string that is a valid email address or a null
value.

Since it is possible to clear the email address for an order in a
similar way via the admin-ajax endpoints, this is meant to provide
consistency with the wp-admin experience.
2021-09-30 08:16:09 -05:00
..
Version1 Fix "doing wrong wpdb::prepare" notice for REST API get taxes endpoint. 2021-03-31 12:09:20 +02:00
Version2 Allow billing email to be empty 2021-09-30 08:16:09 -05:00
Version3 Add 'modified_before' and 'modified_after' to get_collection_params. 2021-08-26 15:43:30 +02:00