Added logs

This commit is contained in:
CHIEFSOFT\ameye
2024-11-24 15:57:10 -05:00
parent a8af20f330
commit 2872a44357
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ class AirFlow extends BaseController
}
public function flowPromoProcess(){
//define('WRB_CRONJOB_PROCESS_PROMO', 788 ;
log_message('critical', "***** ***** AirFlow::flowPromoProcess ****" );
$raw_json = file_get_contents('php://input');
$in = json_decode($raw_json, true);
$out =[];