X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fcust_http.pm;h=c13e18db11b13caa71d76ac208d42297d9efd275;hp=5ccb4035abda7630424cf25f5ef16bab6a1fc203;hb=5372897f367498972c96f5494e142e6e11b29eb8;hpb=496842b7db855bd616844c7667e5d70de42535fd diff --git a/FS/FS/part_export/cust_http.pm b/FS/FS/part_export/cust_http.pm index 5ccb4035a..c13e18db1 100644 --- a/FS/FS/part_export/cust_http.pm +++ b/FS/FS/part_export/cust_http.pm @@ -13,6 +13,9 @@ tie %options, 'Tie::IxHash', options =>[qw(POST)], default =>'POST' }, 'url' => { label => 'URL', default => 'http://', }, + 'ssl_no_verify' => { label => 'Skip SSL certificate validation', + type => 'checkbox', + }, 'insert_data' => { label => 'Insert data', type => 'textarea', @@ -52,7 +55,7 @@ tie %options, 'Tie::IxHash', ; %info = ( - 'svc' => [qw( cust_main cust_location )], + 'svc' => [qw( cust_main )], 'desc' => 'Send an HTTP or HTTPS GET or POST request, for customers.', 'options' => \%options, 'no_machine' => 1,