summaryrefslogtreecommitdiff
path: root/FS/FS/part_event/Action
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-06-12 10:11:33 -0400
committerChristopher Burger <burgerc@freeside.biz>2017-06-15 10:32:14 -0400
commit42b104843a3c0ababb9a31d7906736204605464c (patch)
tree0dd02c17204dbb4419f7f56056b5463a8971837e /FS/FS/part_event/Action
parentcdfd37030a6577cc3631313541f87b7ec86c6155 (diff)
RT# 76308 - Added action Sent HTTP or HTTPS post to event types Package, Customer, Batch Payment, Statement, Account service
Diffstat (limited to 'FS/FS/part_event/Action')
-rw-r--r--FS/FS/part_event/Action/http.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/FS/part_event/Action/http.pm b/FS/FS/part_event/Action/http.pm
index f61c9e4..92cb508 100644
--- a/FS/FS/part_event/Action/http.pm
+++ b/FS/FS/part_event/Action/http.pm
@@ -17,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,
},
}