mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
PRovide basic in-app purchase/renewal flow
This commit is contained in:
parent
e116d3b000
commit
d1b803b246
39 changed files with 1211 additions and 1154 deletions
|
@ -13,7 +13,7 @@ package org
|
|||
|
||||
import "github.com/documize/community/model"
|
||||
|
||||
// Organization defines a company that uses this app.
|
||||
// Organization defines a tenant that uses this app.
|
||||
type Organization struct {
|
||||
model.BaseEntity
|
||||
Company string `json:"company"`
|
||||
|
@ -28,4 +28,5 @@ type Organization struct {
|
|||
MaxTags int `json:"maxTags"`
|
||||
Serial string `json:"serial"`
|
||||
Active bool `json:"active"`
|
||||
Subscription string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue