diff --git a/www/wr_crons/cron_constants.php b/www/wr_crons/cron_constants.php index 2a1d8e13..94e9c349 100644 --- a/www/wr_crons/cron_constants.php +++ b/www/wr_crons/cron_constants.php @@ -6,4 +6,5 @@ define('WRB_CRONJOB_JOBDUE_REMINDER',771); define('WRB_CRONJOB_JOBDUE_PAYMENTS',772); define('WRB_CRONJOB_SIGNUP_ALERT', 773); define('WRB_CRONJOB_PASTDUE_ALERT',774); -define('WRB_CRONJOB_OFFER_REFUND_ALERT',775); \ No newline at end of file +define('WRB_CRONJOB_OFFER_REFUND_ALERT',775); +define('WRB_CRONJOB_PENDOFFER_ALERT',776); \ No newline at end of file diff --git a/www/wr_crons/wrb_pendingoffers_alerts.php b/www/wr_crons/wrb_pendingoffers_alerts.php index e69de29b..c5e11165 100644 --- a/www/wr_crons/wrb_pendingoffers_alerts.php +++ b/www/wr_crons/wrb_pendingoffers_alerts.php @@ -0,0 +1,13 @@ +wrenchboard_api($in,$out); + +print_r($out); +?> \ No newline at end of file