feat(subscriptions): allow one month after sub start-date before it's terminated. Fixes #3180
This commit is contained in:
@@ -89,6 +89,7 @@ var UserSchema = new Schema({
|
||||
paymentMethod: String, //enum: ['Paypal','Stripe', '']}
|
||||
customerId: String,
|
||||
dateCreated: Date,
|
||||
dateTerminated: Date,
|
||||
dateUpdated: Date,
|
||||
gemsBought: {type: Number, 'default': 0},
|
||||
mysteryItems: {type: Array, 'default': []}
|
||||
|
||||
Reference in New Issue
Block a user