This commit is contained in:
dev-chiefworks
2022-04-17 20:30:29 -04:00
parent 70659e901b
commit 8bf74af42e
+3 -2
View File
@@ -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);