feat(subscriptions): allow one month after sub start-date before it's terminated. Fixes #3180

This commit is contained in:
Tyler Renelle
2014-05-05 23:18:27 -06:00
parent 25c0b3e32a
commit b0eb12bb5f
4 changed files with 68 additions and 16 deletions
+1
View File
@@ -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': []}