mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Disable the messaging configurator feature flag
This commit is contained in:
parent
acbbb06ca5
commit
5ece2690e0
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class PayLaterConfiguratorModule implements ModuleInterface {
|
|||
return apply_filters(
|
||||
// phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
||||
'woocommerce.feature-flags.woocommerce_paypal_payments.paylater_configurator_enabled',
|
||||
getenv( 'PCP_PAYLATER_CONFIGURATOR' ) !== '0'
|
||||
getenv( 'PCP_PAYLATER_CONFIGURATOR' ) === '1'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue