Set the "Fraudnet" on by default

This commit is contained in:
Narek Zakarian 2024-04-15 18:52:56 +04:00
parent ffe3a0b958
commit 851625c0b9
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -436,7 +436,7 @@ return function ( ContainerInterface $container, array $fields ): array {
'desc_tip' => true,
'label' => $container->get( 'wcgateway.settings.fraudnet-label' ),
'description' => __( 'FraudNet is a JavaScript library developed by PayPal and embedded into a merchants web page to collect browser-based data to help reduce fraud.', 'woocommerce-paypal-payments' ),
'default' => false,
'default' => true,
'screens' => array(
State::STATE_ONBOARDED,
),