mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Fix the cs
This commit is contained in:
parent
deb16629e7
commit
4dd03c387d
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class SettingsModule implements ServiceModule, ExecutableModule {
|
|||
if ( ! apply_filters(
|
||||
// phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores -- feature flags use this convention
|
||||
'woocommerce.feature-flags.woocommerce_paypal_payments.settings_enabled',
|
||||
getenv('PCP_SETTINGS_ENABLED') !== '1'
|
||||
getenv( 'PCP_SETTINGS_ENABLED' ) !== '1'
|
||||
) ) {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue