summaryrefslogtreecommitdiff
path: root/FS/bin/freeside-daily
diff options
context:
space:
mode:
Diffstat (limited to 'FS/bin/freeside-daily')
-rwxr-xr-xFS/bin/freeside-daily4
1 files changed, 4 insertions, 0 deletions
diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily
index bda42f025..acf795087 100755
--- a/FS/bin/freeside-daily
+++ b/FS/bin/freeside-daily
@@ -14,6 +14,10 @@ adminsuidsetup $user;
use FS::Cron::bill qw(bill);
bill(%opt);
+# Send alerts about upcoming credit card expiration.
+use FS::Cron::alert_expiration qw(alert_expiration);
+alert_expiration(%opt);
+
#what to do about the below when using -m? that is the question.
#you don't want to skip this, besides, it should be cheap