mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-28 21:50:57 +00:00
telebirr configured
This commit is contained in:
@@ -3,10 +3,12 @@ import { PaymentTelebirrStrategy } from "./strategies/payment.telebirr.strategy"
|
||||
import { PaymentService } from "./payment.service";
|
||||
import { HttpModule } from "@nestjs/axios";
|
||||
import { PaymentController } from "./payment.controller";
|
||||
import { ConfigModule } from "@nestjs/config";
|
||||
import { PaymentRepository } from "./payment.repository";
|
||||
|
||||
@Module({
|
||||
imports: [HttpModule,],
|
||||
providers: [PaymentTelebirrStrategy, PaymentService],
|
||||
imports: [HttpModule, ConfigModule],
|
||||
providers: [PaymentRepository, PaymentTelebirrStrategy, PaymentService],
|
||||
controllers: [PaymentController]
|
||||
})
|
||||
export class PaymentModule { }
|
||||
Reference in New Issue
Block a user