|
|
@ -90,6 +90,7 @@ const userSchema = new mongoose.Schema(
|
|
|
|
zip: { type: String, default: null },
|
|
|
|
zip: { type: String, default: null },
|
|
|
|
notes: { type: String, default: null },
|
|
|
|
notes: { type: String, default: null },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
stripeCustomerId: String,
|
|
|
|
stripeCustomerId: String,
|
|
|
|
stripePaymentIntentId: String,
|
|
|
|
stripePaymentIntentId: String,
|
|
|
|
stripeSubscriptionId: String,
|
|
|
|
stripeSubscriptionId: String,
|
|
|
|