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