Update monero-gateway-admin-settings.php
This commit is contained in:
parent
25416473eb
commit
009f1d0594
@ -84,6 +84,12 @@ return array(
|
||||
'description' => __('Advanced usage only', 'monero_gateway'),
|
||||
'default' => 'no'
|
||||
),
|
||||
'javascript' => array(
|
||||
'title' => __(' Javascript', 'monero_gateway'),
|
||||
'label' => __(' Check this to ENABLE Javascript in Checkout page ', 'monero_gateway'),
|
||||
'type' => 'checkbox',
|
||||
'default' => 'no'
|
||||
),
|
||||
'onion_service' => array(
|
||||
'title' => __(' SSL warnings ', 'monero_gateway'),
|
||||
'label' => __(' Check to Silence SSL warnings', 'monero_gateway'),
|
||||
|
Loading…
Reference in New Issue
Block a user