This commit is contained in:
dev-chiefworks
2023-09-30 11:49:57 -04:00
parent 52611fc82b
commit 38b38b1c8f
71 changed files with 1131 additions and 29 deletions
+5 -1
View File
@@ -14,9 +14,13 @@ $data = array(
"email" =>'ses66181+new'.rand(0,100)."@gmail.com",
"state" =>'Georgia',
"city" =>'Atlanta'.rand(0,100),
"online_name" =>'Online Name'.rand(0,100),
"pref_email" => rand(0,1),
"pref_phone" => rand(0,1),
"promo" => rand(0,1),
);
$out = array();
$ret = $wrenchboard->wrenchboard_api($data,$out);
?>
?>