From e7719d4e4d60132246abfc0303a7f8b8ac3c3791 Mon Sep 17 00:00:00 2001 From: Varun Date: Thu, 9 Jan 2025 17:49:30 +0530 Subject: [PATCH] test --- src/models/User.js | 1 + 1 file changed, 1 insertion(+) 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,