mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Set contact module enabled by default
This commit is contained in:
parent
82b1f929c3
commit
2265ebab7c
1 changed files with 1 additions and 1 deletions
|
@ -2145,7 +2145,7 @@ return array(
|
|||
$feature_enabled = (bool) apply_filters(
|
||||
// phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores -- feature flags use this convention
|
||||
'woocommerce.feature-flags.woocommerce_paypal_payments.contact_module_enabled',
|
||||
getenv( 'PCP_CONTACT_MODULE_ENABLED' ) === '1'
|
||||
getenv( 'PCP_CONTACT_MODULE_ENABLED' ) !== '0'
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue