canceled not cancled

This commit is contained in:
Jonathan Barrow 2022-06-21 17:56:48 -04:00
parent ad60c70831
commit 2aeca356bf

View File

@ -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;