From bd3a5c5769e0b135ec1f55191ab2ea601dceadcc Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 18 Feb 2024 16:30:05 +0100 Subject: [PATCH] restricted payment plan view --- src/controllers/userController.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/controllers/userController.ts b/src/controllers/userController.ts index e4cea56..0be761b 100644 --- a/src/controllers/userController.ts +++ b/src/controllers/userController.ts @@ -502,7 +502,8 @@ export async function GetUser(req: Request, res: Response) { "settings", "employees", "services", - "calendar" + "calendar", + "paymentPlan" ); // calc account plan expiry by created_at + demo days