From 0c615b67f942b79235c82311f096721eec5232de Mon Sep 17 00:00:00 2001 From: dev-chiefworks Date: Thu, 14 Apr 2022 14:59:21 -0400 Subject: [PATCH] fix --- app/Controllers/Savvy.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Controllers/Savvy.php b/app/Controllers/Savvy.php index 89f817e..c2dedce 100644 --- a/app/Controllers/Savvy.php +++ b/app/Controllers/Savvy.php @@ -256,6 +256,7 @@ class Savvy extends BaseController $res = json_decode($resProfile, true); $this->logArray($res); } + } break; case 'deletecard': $in["action"] = SAVVYEXT_USER_DELETECARD; break;