RT# 76308 - Added action Sent HTTP or HTTPS post to event types Package, Customer...
authorChristopher Burger <burgerc@freeside.biz>
Mon, 12 Jun 2017 14:11:33 +0000 (10:11 -0400)
committerChristopher Burger <burgerc@freeside.biz>
Mon, 19 Jun 2017 17:32:26 +0000 (13:32 -0400)
FS/FS/part_event/Action/http.pm

index c3b1af0..10e9bd4 100644 (file)
@@ -17,6 +17,11 @@ sub description { 'Send an HTTP or HTTPS POST request'; }
 sub eventtable_hashref {
   { 'cust_bill' => 1,
     'cust_pay'  => 1,
 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,
   },
 }
 
   },
 }