mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Merge branch 'trunk' into PCP-4854-phase-1-opt-in-via-banner
This commit is contained in:
commit
d812264529
21 changed files with 1289 additions and 426 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