mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
refactor: organization service to nestjs
This commit is contained in:
@@ -5,10 +5,12 @@ import { PaymentLinksApplication } from './PaymentLinksApplication';
|
||||
import { PaymentLinksController } from './PaymentLinks.controller';
|
||||
import { InjectSystemModel } from '../System/SystemModels/SystemModels.module';
|
||||
import { PaymentLink } from './models/PaymentLink';
|
||||
import { StripePaymentModule } from '../StripePayment/StripePayment.module';
|
||||
|
||||
const models = [InjectSystemModel(PaymentLink)];
|
||||
|
||||
@Module({
|
||||
imports: [StripePaymentModule],
|
||||
providers: [
|
||||
...models,
|
||||
CreateInvoiceCheckoutSession,
|
||||
|
||||
Reference in New Issue
Block a user