This commit is contained in:
Mike Jolley 2019-05-30 12:45:14 +01:00
parent 2b83abe540
commit b90af46754
3 changed files with 1297 additions and 1660 deletions

View File

@ -14,7 +14,7 @@ defined( 'ABSPATH' ) || exit;
use \WC_REST_Controller;
/**
* REST API Coupons controller class.
* REST API Customers controller class.
*/
class Customers extends WC_REST_Controller {

View File

@ -14,7 +14,7 @@ defined( 'ABSPATH' ) || exit;
use \WC_REST_CRUD_Controller;
/**
* REST API Coupons controller class.
* REST API Orders controller class.
*/
class Orders extends WC_REST_CRUD_Controller {