added log
This commit is contained in:
@@ -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 =[];
|
||||
|
||||
Reference in New Issue
Block a user