New sign up
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user