ashok 9 months ago
commit ee7789452e

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

Loading…
Cancel
Save