From 1d4cf0cbf6aeb921980ce16d3353bbe72ebc2734 Mon Sep 17 00:00:00 2001 From: dev-chiefworks Date: Sun, 17 Apr 2022 15:14:15 -0400 Subject: [PATCH] fix --- app/Controllers/Savvy.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Controllers/Savvy.php b/app/Controllers/Savvy.php index 65575dd..c5b4c45 100644 --- a/app/Controllers/Savvy.php +++ b/app/Controllers/Savvy.php @@ -295,14 +295,14 @@ private function testCards(){ break; case 'getdashcarddata': - $in["action"] = SAVVY_USERCARD_DASHCARD; + $inx["action"] = SAVVY_USERCARD_DASHCARD; log_message('critical', "INTO API-WAS CALLED user************************************ =>".$endpoint ); $this->logArray($inx); - $outX["action"] = $in["action"]; - $cards->loadSavedCard($in, $outX); + $outX["action"] = $inx["action"]; + $cards->loadSavedCard($inx, $outX); $res = $this->processOutJson($outX, $outX); - + log_message('critical', "OUT API-WAS CALLED user************************************ =>".$endpoint ); break; case 'getslidecarddata':