mirror of
https://github.com/10h30/woo-viet.git
synced 2026-07-19 22:54:10 +09:00
Change: 1.3 - OnePay Domestic Gateway should not be active by default #18
This commit is contained in:
@@ -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' ),
|
||||
|
||||
Reference in New Issue
Block a user