@@ -24,6 +24,13 @@ function authorizenetwebform_admin_settings() {
$form['authorizenetwebform_mode']['test']['#description']=t('Posts to https://test.authorize.net/gateway/transact.dll');
$form['authorizenetwebform_mode']['main']['#description']=t('Posts to https://secure.authorize.net/gateway/transact.dll');
$form['authorizenetwebform_debug']=array(
'#type'=>'checkbox',
'#title'=>t('Debug mode'),
'#description'=>t('When enabled, the complete response from Auth.net will be stored.<br/>If the <em>Devel</em> module is enabled, the complete response from Auth.net will also be printed to the screen.'),