diff --git a/Streetwriters.Common/Enums/SubscriptionType.cs b/Streetwriters.Common/Enums/SubscriptionType.cs index a6e638d..09e13fa 100644 --- a/Streetwriters.Common/Enums/SubscriptionType.cs +++ b/Streetwriters.Common/Enums/SubscriptionType.cs @@ -26,6 +26,7 @@ namespace Streetwriters.Common.Enums BETA = 2, PREMIUM = 5, PREMIUM_EXPIRED = 6, - PREMIUM_CANCELED = 7 + PREMIUM_CANCELED = 7, + PREMIUM_PAUSED = 8 } } \ No newline at end of file