RT# 76308 - Added action Sent HTTP or HTTPS post to event types Package, Customer...
[freeside.git] / FS / FS / part_event / Action / http.pm
index 72a345d..92cb508 100644 (file)
@@ -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,
   },
 }