mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-05-13 03:24:44 +02:00
common: add PREMIUM_PAUSED subscription type
This commit is contained in:
@@ -26,6 +26,7 @@ namespace Streetwriters.Common.Enums
|
||||
BETA = 2,
|
||||
PREMIUM = 5,
|
||||
PREMIUM_EXPIRED = 6,
|
||||
PREMIUM_CANCELED = 7
|
||||
PREMIUM_CANCELED = 7,
|
||||
PREMIUM_PAUSED = 8
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user