Fix default value of WooCommerce revenues feature flag

[MAILPOET-2008]
This commit is contained in:
Jan Jakeš
2019-05-15 14:39:06 +02:00
committed by M. Shull
parent 26f94449d8
commit 41baa1becb

View File

@ -13,7 +13,7 @@ class FeaturesController {
// Define feature defaults in the array below in the following form:
// self::FEATURE_NAME_OF_FEATURE => true,
public static $defaults = [
self::FEATURE_DISPLAY_WOOCOMMERCE_REVENUES => true,
self::FEATURE_DISPLAY_WOOCOMMERCE_REVENUES => false,
];
/** @var array */