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' ),
|
||||
'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(
|
||||
'title' => __( 'PayPal sandbox', 'woocommerce' ),
|
||||
'type' => 'checkbox',
|
||||
|
|
Loading…
Reference in New Issue