Removed unused option
This commit is contained in:
parent
4322d66561
commit
ed75351614
|
@ -121,12 +121,6 @@ class WC_Paypal extends WC_Payment_Gateway {
|
||||||
'label' => __( 'Send shipping details to PayPal. Since PayPal verifies addresses sent to it this can cause errors, therefore we recommend disabling this option.', 'woocommerce' ),
|
'label' => __( 'Send shipping details to PayPal. Since PayPal verifies addresses sent to it this can cause errors, therefore we recommend disabling this option.', 'woocommerce' ),
|
||||||
'default' => 'no'
|
'default' => 'no'
|
||||||
),
|
),
|
||||||
'ask_for_shipping' => array(
|
|
||||||
'title' => __( 'Hide shipping', 'woocommerce' ),
|
|
||||||
'type' => 'checkbox',
|
|
||||||
'label' => __( 'Send shipping details to PayPal. Since PayPal verifies addresses sent to it this can cause errors, therefore we recommend disabling this option.', 'woocommerce' ),
|
|
||||||
'default' => 'no'
|
|
||||||
),
|
|
||||||
'testmode' => array(
|
'testmode' => array(
|
||||||
'title' => __( 'PayPal sandbox', 'woocommerce' ),
|
'title' => __( 'PayPal sandbox', 'woocommerce' ),
|
||||||
'type' => 'checkbox',
|
'type' => 'checkbox',
|
||||||
|
|
Loading…
Reference in New Issue