diff --git a/app/Controllers/Savvy.php b/app/Controllers/Savvy.php index 576cd17..8ae5987 100644 --- a/app/Controllers/Savvy.php +++ b/app/Controllers/Savvy.php @@ -221,8 +221,10 @@ class Savvy extends BaseController break; } //echo $res; -$result = ['payload'=>$res]; +// $result = ['payload'=>$res]; only when encrypted + +$result = $res; // when not encryped; $this->logArray($result);