diff --git a/model/subscription.go b/model/subscription.go index 2dc6db1ca3a6..10320b46a2f5 100644 --- a/model/subscription.go +++ b/model/subscription.go @@ -160,7 +160,7 @@ type SubscriptionPlan struct { Enabled bool `json:"enabled" gorm:"default:true"` SortOrder int `json:"sort_order" gorm:"type:int;default:0"` - AllowBalancePay *bool `json:"allow_balance_pay" gorm:"default:true"` + AllowBalancePay *bool `json:"allow_balance_pay"` StripePriceId string `json:"stripe_price_id" gorm:"type:varchar(128);default:''"` CreemProductId string `json:"creem_product_id" gorm:"type:varchar(128);default:''"`