From aa0a9789fa509ab655883fc954d6ab4c06322061 Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Thu, 12 May 2022 22:40:56 -0400 Subject: [PATCH] fix --- www/wr_crons/cron_constants.php | 3 ++- www/wr_crons/wrb_offer_refund.php | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 www/wr_crons/wrb_offer_refund.php 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); +?> + + + +