Update class-wc-gateway-cod.php

Prevent confusion that "Enable COD for virtual orders" will actually enable the payment method
This commit is contained in:
MindyPostoff 2015-04-22 16:41:51 -04:00
parent e1b78b932b
commit 7418fd6c8d
1 changed files with 2 additions and 2 deletions

View File

@ -99,8 +99,8 @@ class WC_Gateway_COD extends WC_Payment_Gateway {
)
),
'enable_for_virtual' => array(
'title' => __( 'Enable for virtual orders', 'woocommerce' ),
'label' => __( 'Enable COD if the order is virtual', 'woocommerce' ),
'title' => __( 'Accept for virtual orders', 'woocommerce' ),
'label' => __( 'Accept COD if the order is virtual', 'woocommerce' ),
'type' => 'checkbox',
'default' => 'yes'
)