X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Flog_context.pm;h=74038fc05c1ef21eaa8c27806a7f1fae647c3b32;hb=368ed08e24400e9d1faf401a1e4e23ea54d2c969;hp=37befb5155d9bde8a2836395584b76c26f7568d7;hpb=a2ecb1cf6a6c084c521710f1256da082f70ba9e5;p=freeside.git diff --git a/FS/FS/log_context.pm b/FS/FS/log_context.pm index 37befb515..74038fc05 100644 --- a/FS/FS/log_context.pm +++ b/FS/FS/log_context.pm @@ -9,10 +9,15 @@ my @contexts = ( qw( 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,9 +26,11 @@ my @contexts = ( qw( queue upgrade upgrade_taxable_billpkgnum + freeside-ipifony-download freeside-paymentech-upload freeside-paymentech-download test + FS::TaxEngine::billsoft ) ); =head1 NAME