X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Flog_context.pm;h=809237d068230af086bd3805ec048b444404b81e;hb=db5785cba180e2c210d3ab4d37064c7e61898614;hp=bd142471c0ad5323e47f7cae78c2ddb665696808;hpb=15a4e1674694b76ecc2af87de479aabe370ac03d;p=freeside.git diff --git a/FS/FS/log_context.pm b/FS/FS/log_context.pm index bd142471c..809237d06 100644 --- a/FS/FS/log_context.pm +++ b/FS/FS/log_context.pm @@ -5,11 +5,17 @@ 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 Cron::bill Cron::backup Cron::upload @@ -18,6 +24,9 @@ my @contexts = ( qw( queue upgrade upgrade_taxable_billpkgnum + freeside-paymentech-upload + freeside-paymentech-download + test ) ); =head1 NAME