Removed unused option

This commit is contained in:
Mike Jolley 2012-01-31 16:19:19 +00:00
parent 4322d66561
commit ed75351614
1 changed files with 0 additions and 6 deletions

View File

@ -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',