diff --git a/src/models/User.js b/src/models/User.js index ea4c55a8..a78b2167 100644 --- a/src/models/User.js +++ b/src/models/User.js @@ -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,