From 2805ed023b6394fb9cd1722b9b923db1dff7d481 Mon Sep 17 00:00:00 2001 From: dev-chiefworks Date: Wed, 13 Apr 2022 19:47:44 -0400 Subject: [PATCH] fix --- app/Controllers/Savvy.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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);