From 353d33ac6f86cca00fa0c2d16decf6d95293ce94 Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Sun, 17 Jul 2022 18:25:06 -0400 Subject: [PATCH] fix --- www/wr_crons/cron_constants.php | 3 ++- www/wr_crons/wrb_pendingoffers_alerts.php | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) 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