Fix default value of WooCommerce revenues feature flag
[MAILPOET-2008]
This commit is contained in:
@ -13,7 +13,7 @@ class FeaturesController {
|
|||||||
// Define feature defaults in the array below in the following form:
|
// Define feature defaults in the array below in the following form:
|
||||||
// self::FEATURE_NAME_OF_FEATURE => true,
|
// self::FEATURE_NAME_OF_FEATURE => true,
|
||||||
public static $defaults = [
|
public static $defaults = [
|
||||||
self::FEATURE_DISPLAY_WOOCOMMERCE_REVENUES => true,
|
self::FEATURE_DISPLAY_WOOCOMMERCE_REVENUES => false,
|
||||||
];
|
];
|
||||||
|
|
||||||
/** @var array */
|
/** @var array */
|
||||||
|
Reference in New Issue
Block a user