X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Fbin%2Ffreeside-daily;h=294099ad59cb4e205c65addfb78206df990a5c86;hb=3a7f3a2e81cc7423ba9a08fd4b28b3b5f4f227a2;hp=14d797f4958a34aa3d01972dc514df11a1b45431;hpb=36ad5e538cb56de33c779e34baf9abdf63c4312e;p=freeside.git diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index 14d797f49..294099ad5 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -62,9 +62,13 @@ use FS::Cron::rt_tasks qw(rt_daily); rt_daily(%opt); #does nothing unless batch-gateway-* configs are set -use FS::Cron::pay_batch qw(batch_submit batch_receive); -batch_submit(%opt); -batch_receive(%opt); +use FS::Cron::pay_batch qw(pay_batch_submit pay_batch_receive); +pay_batch_submit(%opt); +pay_batch_receive(%opt); + +#does nothing unless there are batch-style exports with batches +use FS::Cron::export_batch qw(export_batch_submit); +export_batch_submit(%opt); #you can skip this by not having the config use FS::Cron::agent_email qw(agent_email);