X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FAction%2Fhttp.pm;h=92cb50811ab92e8011dc26482e141e782763a6bd;hb=24593e5c6023af32ee7c48d57fb452e96a5b1eae;hp=72a345d6b1735b578871ed5b3361f76e451a217a;hpb=a2ecb1cf6a6c084c521710f1256da082f70ba9e5;p=freeside.git diff --git a/FS/FS/part_event/Action/http.pm b/FS/FS/part_event/Action/http.pm index 72a345d6b..92cb50811 100644 --- a/FS/FS/part_event/Action/http.pm +++ b/FS/FS/part_event/Action/http.pm @@ -3,7 +3,6 @@ use base qw( FS::part_event::Action ); use strict; use vars qw( $me ); -use Data::Dumper; use IO::Socket::SSL; use LWP::UserAgent; use HTTP::Request::Common; @@ -18,6 +17,11 @@ sub description { 'Send an HTTP or HTTPS POST request'; } sub eventtable_hashref { { 'cust_bill' => 1, 'cust_pay' => 1, + 'cust_pkg' => 1, + 'cust_main' => 1, + 'cust_pay_batch' => 1, + 'cust_statement' => 1, + 'svc_acct' => 1, }, }