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