mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 14:57:26 +08:00
Set the "Fraudnet" on by default
This commit is contained in:
parent
ffe3a0b958
commit
851625c0b9
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ return function ( ContainerInterface $container, array $fields ): array {
|
||||||
'desc_tip' => true,
|
'desc_tip' => true,
|
||||||
'label' => $container->get( 'wcgateway.settings.fraudnet-label' ),
|
'label' => $container->get( 'wcgateway.settings.fraudnet-label' ),
|
||||||
'description' => __( 'FraudNet is a JavaScript library developed by PayPal and embedded into a merchant’s web page to collect browser-based data to help reduce fraud.', 'woocommerce-paypal-payments' ),
|
'description' => __( 'FraudNet is a JavaScript library developed by PayPal and embedded into a merchant’s web page to collect browser-based data to help reduce fraud.', 'woocommerce-paypal-payments' ),
|
||||||
'default' => false,
|
'default' => true,
|
||||||
'screens' => array(
|
'screens' => array(
|
||||||
State::STATE_ONBOARDED,
|
State::STATE_ONBOARDED,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue