This commit is contained in:
dev-chiefworks
2022-04-20 20:52:54 -04:00
parent 5b5ed22738
commit c31a17874a
3 changed files with 28 additions and 3 deletions
+4 -1
View File
@@ -4,6 +4,7 @@ namespace App\Controllers;
use CodeIgniter\HTTP\URI;
use App\Services\FloatLogin;
use App\Services\UserProfile;
use App\Services\ResetPassword;
@@ -211,7 +212,9 @@ private function testCards(){
$this->logArray($res);
}
break;
case 'getdrycleanservicelist': $in["action"] = SAVVYEXT_USER_DRYCLIST;
case 'resetpass': $in["action"] = 10011111111;
$res = ResetPassword::procResetPassword($inx['accessToken']);
break;
case 'createuser': $in["action"] = SAVVYEXT_USER_CREATE;
$in["street1"] = $in["streetaddress"];