This commit is contained in:
dev-chiefworks
2022-04-17 15:14:15 -04:00
parent 3e4ba7551c
commit 1d4cf0cbf6
+3 -3
View File
@@ -295,12 +295,12 @@ private function testCards(){
break; break;
case 'getdashcarddata': case 'getdashcarddata':
$in["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 user************************************ =>".$endpoint );
$this->logArray($inx); $this->logArray($inx);
$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);
log_message('critical', "OUT API-WAS CALLED user************************************ =>".$endpoint ); log_message('critical', "OUT API-WAS CALLED user************************************ =>".$endpoint );