From 2265ebab7c6202f08487a2e6f7035fa5cd36e2a1 Mon Sep 17 00:00:00 2001 From: Emili Castells Guasch Date: Wed, 25 Jun 2025 12:03:24 +0200 Subject: [PATCH] Set contact module enabled by default --- modules/ppcp-wc-gateway/services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ppcp-wc-gateway/services.php b/modules/ppcp-wc-gateway/services.php index e6a5c05da..b1101dec7 100644 --- a/modules/ppcp-wc-gateway/services.php +++ b/modules/ppcp-wc-gateway/services.php @@ -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' ); /**