@smartsoft001/trans-shell-nestjs
v2.155.0
Published
The NestJS shell around TransService: one dynamic module that gates each payment provider behind its own config, a route that starts a payment and one webhook controller per provider.
Readme
📦 @smartsoft001/trans-shell-nestjs
🚀 Usage
npm i @smartsoft001/trans-shell-nestjs
🛠️ Modules
TransShellNestjsModule
- Provides the main integration module for transaction features in a NestJS app.
- Static method:
forRoot(config)— Registers controllers, providers, and imports required modules with the given configuration.
TransShellNestjsCoreModule
- Provides a core integration module for transaction features in a NestJS app.
- Static method:
forRoot(config)— Registers providers and imports required modules with the given configuration.
