X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Flog_context.pm;h=3aed73cd5fd271308222881ef56694bea7275cc9;hb=a71bb4db524387e97d57c0884f940f615fa78852;hp=83414a680fabcfd44df696f0ad092156a4a6b56d;hpb=3afb93419e298b765104a6ed4df856d8e4d6fc25;p=freeside.git diff --git a/FS/FS/log_context.pm b/FS/FS/log_context.pm index 83414a680..3aed73cd5 100644 --- a/FS/FS/log_context.pm +++ b/FS/FS/log_context.pm @@ -5,14 +5,19 @@ 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::cust_main::Billing_Realtime::token_check 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,8 +26,10 @@ my @contexts = ( qw( queue upgrade upgrade_taxable_billpkgnum + freeside-ipifony-download freeside-paymentech-upload freeside-paymentech-download + test ) ); =head1 NAME