gohorsejobs/backoffice/src/stripe
Tiago Yamamoto 93367d7cd6 test(backoffice): add unit tests for StripeService
- Add 8 test cases covering all StripeService methods
- Mock Stripe SDK for isolated testing
- Test createCustomer, createSubscription, cancelSubscription
- Test listSubscriptions, createCheckoutSession, createBillingPortalSession
- Test constructWebhookEvent and onModuleInit
2025-12-28 11:03:58 -03:00
..
index.ts feat(stripe): 💳 added Stripe integration for payments 2025-12-15 09:44:19 -03:00
stripe.controller.ts Add Stripe controller routes and full Plans CRUD in backoffice 2025-12-26 10:30:10 -03:00
stripe.module.ts Add Stripe controller routes and full Plans CRUD in backoffice 2025-12-26 10:30:10 -03:00
stripe.service.spec.ts test(backoffice): add unit tests for StripeService 2025-12-28 11:03:58 -03:00
stripe.service.ts feat(backoffice): migrate to Fastify adapter with pnpm, Pino logging, and ultra-optimized Dockerfile 2025-12-23 23:44:02 -03:00