woocommerce/includes/rest-api
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
..
Controllers Allow billing email to be empty 2021-09-30 08:16:09 -05:00
Utilities Change __wakeup() to a public method to avoid PHP8 warning. 2020-09-18 07:55:26 +00:00
Package.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
Server.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00