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;