mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +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,
|
||||
'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' ),
|
||||
'default' => false,
|
||||
'default' => true,
|
||||
'screens' => array(
|
||||
State::STATE_ONBOARDED,
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue