mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
better description for dcc enable option
This commit is contained in:
parent
c8ecdeb330
commit
aee579f01a
1 changed files with 3 additions and 0 deletions
|
@ -290,6 +290,9 @@ return array(
|
|||
),
|
||||
'dcc_enabled' => array(
|
||||
'title' => __( 'Enable/Disable', 'paypal-for-woocommerce' ),
|
||||
'desc_tip' => true,
|
||||
'description' => __( 'Once enabled, the Credit Card option will show up in the checkout.', 'paypal-for-woocommerce' ),
|
||||
'label' => __( 'Enable PayPal Card Processing', 'paypal-for-woocommerce' ),
|
||||
'type' => 'checkbox',
|
||||
'default' => false,
|
||||
'gateway' => 'dcc',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue