platform-codebase/features/payments/index.ts
Quinn Ftw 9f63f08eb4 refactor(payments): reorganize backend structure and add frontend
- Restructure backend with cleaner module organization
- Move gift-cards, segpay, webhooks to proper locations
- Add payments frontend package
- Add providers abstraction layer

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 17:48:17 -08:00

14 lines
417 B
TypeScript

/**
* @lilith/payments
*
* Payment processing feature for lilith-platform.
* Includes Segpay integration, gift cards, subscriptions, and webhooks.
*
* Subpath exports:
* - @lilith/payments/providers - Shared types and interfaces
* - @lilith/payments/frontend - React hooks and components
* - @lilith/payments/backend - NestJS services
*/
// Re-export everything for convenience
export * from './providers'