diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-01-31 09:16:27 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-01-31 09:16:27 -0500 |
| commit | af230e59ec431c9b617b0caf94dc7c37bb5e81af (patch) | |
| tree | bc67c5aec42091fa8b469d4f4009e2c7381973f4 /server/lib/schemas/Subscription.js | |
| parent | d08c86d68ceb22665b735054fc3bc316f85f84c1 (diff) | |
handle cancelled subscription
Diffstat (limited to 'server/lib/schemas/Subscription.js')
| -rw-r--r-- | server/lib/schemas/Subscription.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/schemas/Subscription.js b/server/lib/schemas/Subscription.js index 44455a9..355bbe2 100644 --- a/server/lib/schemas/Subscription.js +++ b/server/lib/schemas/Subscription.js @@ -12,7 +12,7 @@ var SubscriptionSchema = new mongoose.Schema({ plan_type: { type: String, default: "free" }, plan_period: { type: String, default: "monthly" }, - subscription_uuid: { type: String }, + uuid: { type: String }, basic_layouts: { type: Number, default: 0 }, pro_layouts: { type: Number, default: 0 }, |
