fix
This commit is contained in:
@@ -296,23 +296,23 @@ private function testCards(){
|
||||
|
||||
case 'getdashcarddata':
|
||||
$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);
|
||||
|
||||
$outX["action"] = $inx["action"];
|
||||
$cards->loadSavedCard($inx, $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;
|
||||
case 'getslidecarddata':
|
||||
$in["action"] = SAVVY_USERSAPP_SLIDECARD;
|
||||
$inx["action"] = SAVVY_USERSAPP_SLIDECARD;
|
||||
$extension_call = false;
|
||||
$cards = new \App\Models\userCards();
|
||||
//loadSliderCard($in, $out);
|
||||
|
||||
$outX["action"] = $in["action"];
|
||||
$cards->loadSavedCard($in, $outX);
|
||||
$outX["action"] = $inx["action"];
|
||||
$cards->loadSavedCard($inx, $outX);
|
||||
$res = $this->processOutJson($outX, $outX);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user