[REST API] Fixed reports results

This commit is contained in:
Claudio Sanches 2018-09-18 12:14:17 -03:00
parent 48a0045373
commit 4ce8544478
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class WC_REST_Reports_Controller extends WC_REST_Reports_V2_Controller {
);
$reports[] = array(
'slug' => 'products/totals',
'description' => __( 'Customers totals.', 'woocommerce' ),
'description' => __( 'Products totals.', 'woocommerce' ),
);
$reports[] = array(
'slug' => 'customers/totals',