Change: 1.3 - OnePay Domestic Gateway should not be active by default #18

This commit is contained in:
htdat
2017-04-22 10:34:02 +07:00
parent 4f73556b27
commit dc226abb88
+1 -1
View File
@@ -12,7 +12,7 @@ return array(
'title' => __( 'Enable/Disable', 'woo-viet' ),
'type' => 'checkbox',
'label' => __( 'OnePay Domestic Gateway (by Woo Viet)', 'woo-viet' ),
'default' => 'yes'
'default' => 'no'
),
'testmode' => array(
'title' => __( 'OnePay Sandbox', 'woocommerce' ),