fix issues in api
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { Provider } from '@nestjs/common';
|
||||
import { PaymentsService } from './PaymentsService';
|
||||
|
||||
// Import core interfaces
|
||||
import type { IPaymentRepository } from '@core/payments/domain/repositories/IPaymentRepository';
|
||||
@@ -248,4 +247,4 @@ export const PaymentsProviders: Provider[] = [
|
||||
new ProcessWalletTransactionUseCase(walletRepo, transactionRepo, output),
|
||||
inject: [WALLET_REPOSITORY_TOKEN, TRANSACTION_REPOSITORY_TOKEN, PROCESS_WALLET_TRANSACTION_OUTPUT_PORT_TOKEN],
|
||||
},
|
||||
];
|
||||
];
|
||||
Reference in New Issue
Block a user