diff --git a/www/wr_crons/cron_constants.php b/www/wr_crons/cron_constants.php index 9a1491c6..2a1d8e13 100644 --- a/www/wr_crons/cron_constants.php +++ b/www/wr_crons/cron_constants.php @@ -5,4 +5,5 @@ define('WRB_JOB_CRONJOB',770); define('WRB_CRONJOB_JOBDUE_REMINDER',771); define('WRB_CRONJOB_JOBDUE_PAYMENTS',772); define('WRB_CRONJOB_SIGNUP_ALERT', 773); -define('WRB_CRONJOB_PASTDUE_ALERT',774); \ No newline at end of file +define('WRB_CRONJOB_PASTDUE_ALERT',774); +define('WRB_CRONJOB_OFFER_REFUND_ALERT',775); \ No newline at end of file diff --git a/www/wr_crons/wrb_offer_refund.php b/www/wr_crons/wrb_offer_refund.php new file mode 100644 index 00000000..a52a7916 --- /dev/null +++ b/www/wr_crons/wrb_offer_refund.php @@ -0,0 +1,17 @@ +wrenchboard_api($in,$out); + +print_r($out); +?> + + + +