mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
refactor: tenant proxy providers
This commit is contained in:
@@ -117,6 +117,8 @@ import { StripePaymentModule } from '../StripePayment/StripePayment.module';
|
||||
cls.set('organizationId', req.headers['organization-id']);
|
||||
cls.set('userId', 1);
|
||||
},
|
||||
generateId: true,
|
||||
saveReq: true,
|
||||
},
|
||||
}),
|
||||
TenancyDatabaseModule,
|
||||
@@ -152,13 +154,13 @@ import { StripePaymentModule } from '../StripePayment/StripePayment.module';
|
||||
BankingTransactionsModule,
|
||||
BankingTransactionsExcludeModule,
|
||||
BankingTransactionsRegonizeModule,
|
||||
BankingMatchingModule,
|
||||
TransactionsLockingModule,
|
||||
SettingsModule,
|
||||
// BankingMatchingModule,
|
||||
// TransactionsLockingModule,
|
||||
// SettingsModule,
|
||||
InventoryAdjustmentsModule,
|
||||
PostHogModule,
|
||||
EventTrackerModule,
|
||||
FinancialStatementsModule,
|
||||
// FinancialStatementsModule,
|
||||
StripePaymentModule,
|
||||
],
|
||||
controllers: [AppController],
|
||||
|
||||
Reference in New Issue
Block a user