extra actions
This commit is contained in:
@@ -111,6 +111,14 @@ class AirFlow extends BaseController
|
||||
}
|
||||
return []; //json_encode( $final_out );
|
||||
}
|
||||
|
||||
public function flowStripeCard():array{
|
||||
$raw_json = file_get_contents('php://input');
|
||||
$in = json_decode($raw_json, true);
|
||||
$out =[];
|
||||
log_message('critical', "AirFlow::flowStripeCard ********* ALL ".serialize($in) );
|
||||
return []; //json_encode( $final_out );
|
||||
}
|
||||
public function flowApproveReminder(){
|
||||
|
||||
$raw_json = file_get_contents('php://input');
|
||||
|
||||
Reference in New Issue
Block a user