mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-25 03:05:37 -05:00
canceled not cancled
This commit is contained in:
parent
ad60c70831
commit
2aeca356bf
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user