update payos webhook
This commit is contained in:
10
src/Payos/payos.module.ts
Normal file
10
src/Payos/payos.module.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { PayosService } from './payos.service';
|
||||
import { PayosController } from './payos.controller';
|
||||
|
||||
@Module({
|
||||
providers: [PayosService],
|
||||
controllers: [PayosController],
|
||||
exports: [PayosService],
|
||||
})
|
||||
export class PayosModule {}
|
||||
Reference in New Issue
Block a user