X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Flog_context.pm;h=51aa79de547010a28cbf16cc1a153b39d3298c9b;hp=9dba5824c71b702c6b348381b860d924f10d89db;hb=7c5f50804027577aac17d0fcefedcd0d0b6ca180;hpb=e1aa1019e11d7a73fcf90a87dd59c71ed90adce5 diff --git a/FS/FS/log_context.pm b/FS/FS/log_context.pm index 9dba5824c..51aa79de5 100644 --- a/FS/FS/log_context.pm +++ b/FS/FS/log_context.pm @@ -5,12 +5,18 @@ use base qw( FS::Record ); use FS::Record qw( qsearch qsearchs ); my @contexts = ( qw( - test bill_and_collect FS::cust_main::Billing::bill_and_collect FS::cust_main::Billing::bill + FS::cust_main::Billing_Realtime::realtime_bop + FS::cust_main::Billing_Realtime::realtime_tokenize + FS::cust_main::Billing_Realtime::realtime_verify_bop FS::pay_batch::import_from_gateway + FS::part_pkg FS::Misc::Geo::standardize_uscensus + FS::saved_search::send + FS::saved_search::render + FS::cust_location::process_district_update Cron::bill Cron::backup Cron::upload @@ -21,6 +27,7 @@ my @contexts = ( qw( upgrade_taxable_billpkgnum freeside-paymentech-upload freeside-paymentech-download + test ) ); =head1 NAME