feat: Implement Stripe integration for subscription management, including new services, controllers, Prisma models, and webhook handling.

This commit is contained in:
pradeepkumar
2026-03-07 10:09:50 +05:30
parent b3f43bf2e5
commit d1e4e12510
13 changed files with 860 additions and 9 deletions

View File

@@ -20,6 +20,7 @@ import { CmsModule } from './cms';
import { NotificationsModule } from './notifications';
import { TestimonialsModule } from './testimonials';
import { SupportChatModule } from './support-chat';
import { StripeModule } from './stripe';
import { AppController } from './app.controller';
import { AppService } from './app.service';
@@ -63,6 +64,7 @@ import { AppService } from './app.service';
NotificationsModule,
TestimonialsModule,
SupportChatModule,
StripeModule,
],
controllers: [AppController],
providers: [