Add the url to documentation.

This commit is contained in:
Narek Zakarian 2022-11-29 19:47:21 +04:00
parent 50e18c1518
commit c9aef703e4
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -399,7 +399,12 @@ return function ( ContainerInterface $container, array $fields ): array {
'title' => __( 'FraudNet', 'woocommerce-paypal-payments' ),
'type' => 'checkbox',
'desc_tip' => true,
'label' => __( 'Manage online risk with FraudNet.', 'woocommerce-paypal-payments' ),
'label' => sprintf(
// translators: %1$s and %2$s are the opening and closing of HTML <a> tag.
__( 'Manage online risk with %1$sFraudNet%2$s.', 'woocommerce-paypal-payments' ),
'<a href="https://woocommerce.com/document/woocommerce-paypal-payments/#FraudNet" target="_blank">',
'</a>'
),
'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,
'screens' => array(