fix: add new fields on subscribe plan, and change status type to number in subscribe
This commit is contained in:
@@ -37,7 +37,7 @@ type UserLogin struct {
|
||||
|
||||
type UserSubsUpdate struct {
|
||||
ID string `json:"id"`
|
||||
Status string `json:"status"`
|
||||
Status int8 `json:"status"`
|
||||
SubscribePlanID string `json:"subscribe_plan_id"`
|
||||
AutoRenew bool `json:"auto_renew"`
|
||||
StartDate time.Time `json:"start_date"`
|
||||
|
||||
Reference in New Issue
Block a user