master^2
Varun 9 months ago
parent a87c730650
commit e7719d4e4d

@ -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,

Loading…
Cancel
Save