X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Flog_context.pm;h=387883b631384479ba7977275601632d41766e89;hb=e803d5f00368e951f7a4b82d5d390b53c4a6c827;hp=809237d068230af086bd3805ec048b444404b81e;hpb=c5a2d3613acdc3b9ab6f32eaf5316c2834071417;p=freeside.git diff --git a/FS/FS/log_context.pm b/FS/FS/log_context.pm index 809237d06..387883b63 100644 --- a/FS/FS/log_context.pm +++ b/FS/FS/log_context.pm @@ -11,11 +11,13 @@ my @contexts = ( qw( 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 @@ -27,6 +29,7 @@ my @contexts = ( qw( freeside-paymentech-upload freeside-paymentech-download test + FS::TaxEngine::billsoft ) ); =head1 NAME