From 2aeca356bfdf2937ccf3da7367fc99cc92bc4522 Mon Sep 17 00:00:00 2001 From: Jonathan Barrow Date: Tue, 21 Jun 2022 17:56:48 -0400 Subject: [PATCH] canceled not cancled --- src/routers/account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routers/account.js b/src/routers/account.js index 0828b5e..57cc714 100644 --- a/src/routers/account.js +++ b/src/routers/account.js @@ -629,7 +629,7 @@ router.post('/stripe-wh', express.raw({ type: 'application/json' }), async (requ updateData.access_level = 1; break; - case 'canceled': // Subscription was cancled + case 'canceled': // Subscription was canceled case 'unpaid': // User missed too many payments updateData.access_level = 0; break;