Add subscriptions mode tooltip description

This commit is contained in:
Emili Castells Guasch 2023-05-08 14:32:55 +02:00
parent b477ec4ba4
commit 69542e37f3
3 changed files with 17 additions and 6 deletions

View file

@ -795,7 +795,7 @@ return array(
'class' => array(),
'input_class' => array( 'wc-enhanced-select' ),
'desc_tip' => true,
'description' => '',
'description' => __( 'Utilize PayPal Vaulting for flexible subscription processing with saved payment methods, create “PayPal Subscriptions” to bill customers at regular intervals, or disable PayPal for subscription-type products.', 'woocommerce-paypal-payments' ),
'default' => 'vaulting_api',
'options' => array(
'vaulting_api' => __( 'PayPal Vaulting', 'woocommerce-paypal-payments' ),