mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-05-26 00:33:03 +02:00
Add "Canceled" banner
This commit is contained in:
parent
c06bfb989e
commit
7faed3ee1e
9 changed files with 39 additions and 12 deletions
user
|
@ -90,6 +90,7 @@ type Billing struct {
|
|||
StripeSubscriptionID string
|
||||
StripeSubscriptionStatus stripe.SubscriptionStatus
|
||||
StripeSubscriptionPaidUntil time.Time
|
||||
StripeSubscriptionCancelAt time.Time
|
||||
}
|
||||
|
||||
// Grant is a struct that represents an access control entry to a topic by a user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue