fix
This commit is contained in:
@@ -296,23 +296,23 @@ private function testCards(){
|
|||||||
|
|
||||||
case 'getdashcarddata':
|
case 'getdashcarddata':
|
||||||
$inx["action"] = SAVVY_USERCARD_DASHCARD;
|
$inx["action"] = SAVVY_USERCARD_DASHCARD;
|
||||||
log_message('critical', "INTO API-WAS CALLED user************************************ =>".$endpoint );
|
log_message('critical', "INTO API-WAS CALLED getdashcarddata************************************ =>".$endpoint );
|
||||||
$this->logArray($inx);
|
$this->logArray($inx);
|
||||||
|
|
||||||
$outX["action"] = $inx["action"];
|
$outX["action"] = $inx["action"];
|
||||||
$cards->loadSavedCard($inx, $outX);
|
$cards->loadSavedCard($inx, $outX);
|
||||||
$res = $this->processOutJson($outX, $outX);
|
$res = $this->processOutJson($outX, $outX);
|
||||||
|
|
||||||
log_message('critical', "OUT API-WAS CALLED user************************************ =>".$endpoint );
|
log_message('critical', "OUT API-WAS CALLED getdashcarddata************************************ =>".$endpoint );
|
||||||
break;
|
break;
|
||||||
case 'getslidecarddata':
|
case 'getslidecarddata':
|
||||||
$in["action"] = SAVVY_USERSAPP_SLIDECARD;
|
$inx["action"] = SAVVY_USERSAPP_SLIDECARD;
|
||||||
$extension_call = false;
|
$extension_call = false;
|
||||||
$cards = new \App\Models\userCards();
|
$cards = new \App\Models\userCards();
|
||||||
//loadSliderCard($in, $out);
|
//loadSliderCard($in, $out);
|
||||||
|
|
||||||
$outX["action"] = $in["action"];
|
$outX["action"] = $inx["action"];
|
||||||
$cards->loadSavedCard($in, $outX);
|
$cards->loadSavedCard($inx, $outX);
|
||||||
$res = $this->processOutJson($outX, $outX);
|
$res = $this->processOutJson($outX, $outX);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user