From: Christopher Burger Date: Mon, 12 Jun 2017 14:11:33 +0000 (-0400) Subject: RT# 76308 - Added action Sent HTTP or HTTPS post to event types Package, Customer... X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=42b104843a3c0ababb9a31d7906736204605464c;p=freeside.git RT# 76308 - Added action Sent HTTP or HTTPS post to event types Package, Customer, Batch Payment, Statement, Account service --- diff --git a/FS/FS/part_event/Action/http.pm b/FS/FS/part_event/Action/http.pm index f61c9e418..92cb50811 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, }, }