New sign up

This commit is contained in:
dev-chiefworks
2022-04-20 23:37:53 -04:00
parent 72dca21238
commit d9c091d8d5
2 changed files with 56 additions and 3 deletions
+2 -3
View File
@@ -5,7 +5,7 @@ use CodeIgniter\HTTP\URI;
use App\Services\FloatLogin;
use App\Services\UserProfile;
use App\Services\ResetPassword;
use App\Services\NewUserApi;
use GuzzleHttp\Client as HTTPClient;
@@ -222,8 +222,7 @@ private function testCards(){
$in["country"] = "US";
$in["loc"] = $_SERVER["REMOTE_ADDR"];
log_message('critical', "in API-WAS CALLED user 009=>".$endpoint );
$res = NewUserApi::createAccount($data);
log_message('critical', "out API-WAS CALLED user 009=>".$endpoint );
break;
case 'userlogin': $in["action"] = SAVVY_USER_LOGINACCOUNT;