subscribe thank you email

This commit is contained in:
m5r
2021-11-02 00:13:30 +01:00
parent 57a26fb8f2
commit d9938fc361
5 changed files with 100 additions and 14 deletions

View File

@ -57,9 +57,9 @@ model Subscription {
enum SubscriptionStatus {
active
trialing
trialing // not used
past_due
paused
paused // not used
deleted
}