[REST API] Fixed reports results
This commit is contained in:
parent
48a0045373
commit
4ce8544478
|
@ -40,7 +40,7 @@ class WC_REST_Reports_Controller extends WC_REST_Reports_V2_Controller {
|
||||||
);
|
);
|
||||||
$reports[] = array(
|
$reports[] = array(
|
||||||
'slug' => 'products/totals',
|
'slug' => 'products/totals',
|
||||||
'description' => __( 'Customers totals.', 'woocommerce' ),
|
'description' => __( 'Products totals.', 'woocommerce' ),
|
||||||
);
|
);
|
||||||
$reports[] = array(
|
$reports[] = array(
|
||||||
'slug' => 'customers/totals',
|
'slug' => 'customers/totals',
|
||||||
|
|
Loading…
Reference in New Issue