merge change from db
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { PayosService } from './payos.service';
|
||||
import { PayosController } from './payos.controller';
|
||||
import { PayosService } from './payos.service';
|
||||
|
||||
@Module({
|
||||
providers: [PayosService],
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { Injectable, Logger } from '@nestjs/common';
|
||||
|
||||
import { PrismaService } from '../Prisma/prisma.service';
|
||||
|
||||
@Injectable()
|
||||
|
||||
Reference in New Issue
Block a user