Update monero-gateway-admin-settings.php

This commit is contained in:
SerHack 2020-01-05 22:26:35 +01:00 committed by GitHub
parent 25416473eb
commit 009f1d0594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

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