This commit is contained in:
dev-chiefworks
2022-04-20 23:25:59 -04:00
parent 3daba09db2
commit 72dca21238
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -216,11 +216,15 @@ private function testCards(){
$res = ResetPassword::procResetPassword($inx);
$this->logArray($res);
break;
case 'createuser': $in["action"] = SAVVYEXT_USER_CREATE;
case 'createuser': $in["action"] = SAVVY_USER_CREATEACCOUNT;
$in["street1"] = $in["streetaddress"];
$in["zipcode"] = $in["zip"];
$in["country"] = "US";
$in["loc"] = $_SERVER["REMOTE_ADDR"];
log_message('critical', "in API-WAS CALLED user 009=>".$endpoint );
log_message('critical', "out API-WAS CALLED user 009=>".$endpoint );
break;
case 'userlogin': $in["action"] = SAVVY_USER_LOGINACCOUNT;
log_message('critical', "API-WAS CALLED user 10-009=>".$endpoint );