fix
This commit is contained in:
@@ -202,6 +202,15 @@ private function testCards(){
|
|||||||
|
|
||||||
|
|
||||||
switch ($endpoint) {
|
switch ($endpoint) {
|
||||||
|
case 'refreshsession'
|
||||||
|
if (isset($inx['sessionid'])){
|
||||||
|
$inx['accessToken'] = $inx['sessionid'];
|
||||||
|
$resProfile = UserProfile::floatUserProfile($inx['accessToken']);
|
||||||
|
$this->logArray($resProfile);
|
||||||
|
$res = json_decode($resProfile, true);
|
||||||
|
$this->logArray($res);
|
||||||
|
}
|
||||||
|
break;
|
||||||
case 'getdrycleanservicelist': $in["action"] = SAVVYEXT_USER_DRYCLIST;
|
case 'getdrycleanservicelist': $in["action"] = SAVVYEXT_USER_DRYCLIST;
|
||||||
break;
|
break;
|
||||||
case 'createuser': $in["action"] = SAVVYEXT_USER_CREATE;
|
case 'createuser': $in["action"] = SAVVYEXT_USER_CREATE;
|
||||||
|
|||||||
Reference in New Issue
Block a user