mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Better description what you enable with the Enable/Disable option on PayPal.
This commit is contained in:
parent
85061fa785
commit
2678d33d9c
1 changed files with 6 additions and 4 deletions
|
@ -152,10 +152,12 @@ class PayPalGateway extends \WC_Payment_Gateway {
|
||||||
public function init_form_fields() {
|
public function init_form_fields() {
|
||||||
$this->form_fields = array(
|
$this->form_fields = array(
|
||||||
'enabled' => array(
|
'enabled' => array(
|
||||||
'title' => __( 'Enable/Disable', 'paypal-for-woocommerce' ),
|
'title' => __( 'Enable/Disable', 'paypal-for-woocommerce' ),
|
||||||
'type' => 'checkbox',
|
'type' => 'checkbox',
|
||||||
'label' => __( 'Enable PayPal Checkout', 'paypal-for-woocommerce' ),
|
'desc_tip' => true,
|
||||||
'default' => 'no',
|
'description' => __( 'In order to use PayPal or PayPal Card Processing, you need to enable the Gateway.', 'paypal-for-woocommerce' ),
|
||||||
|
'label' => __( 'Enable the PayPal Gateway', 'paypal-for-woocommerce' ),
|
||||||
|
'default' => 'no',
|
||||||
),
|
),
|
||||||
'ppcp' => array(
|
'ppcp' => array(
|
||||||
'type' => 'ppcp',
|
'type' => 'ppcp',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue