extra actions

This commit is contained in:
CHIEFSOFT\ameye
2024-10-31 06:27:31 -04:00
parent ad378ddb60
commit 1394c0a712
3 changed files with 18 additions and 0 deletions
+8
View File
@@ -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');