added log

This commit is contained in:
CHIEFSOFT\ameye
2024-10-31 09:06:00 -04:00
parent 3763b125dc
commit f671e94b4e
+1
View File
@@ -115,6 +115,7 @@ class AirFlow extends BaseController
public function flowStripeCard():array{
log_message('critical', "AirFlow::flowStripeCard ********* IN CALL " );
$raw_json = file_get_contents('php://input');
$in = json_decode($raw_json, true);
$out =[];