[freeside-commits] branch master updated. 0e97c5e7047de09f5c3371870698d21c0fcd1702

Christopher Burger burgerc at 420.am
Mon Jun 12 07:12:25 PDT 2017


The branch, master has been updated
       via  0e97c5e7047de09f5c3371870698d21c0fcd1702 (commit)
      from  8df787434943b1004b478ef594cfa106a719e6f0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0e97c5e7047de09f5c3371870698d21c0fcd1702
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Mon Jun 12 10:11:33 2017 -0400

    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 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,
   },
 }
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_event/Action/http.pm |    5 +++++
 1 file changed, 5 insertions(+)




More information about the freeside-commits mailing list