payment redirect
This commit is contained in:
@@ -12,6 +12,7 @@ import { RestaurantPaymentMethod } from '../payments/entities/restaurant-payment
|
||||
import { CartModule } from '../cart/cart.module';
|
||||
import { UtilsModule } from '../utils/utils.module';
|
||||
import { AuthModule } from '../auth/auth.module';
|
||||
import { PaymentsModule } from '../payments/payments.module';
|
||||
import { JwtModule } from '@nestjs/jwt';
|
||||
|
||||
@Module({
|
||||
@@ -20,6 +21,7 @@ import { JwtModule } from '@nestjs/jwt';
|
||||
CartModule,
|
||||
UtilsModule,
|
||||
AuthModule,
|
||||
PaymentsModule,
|
||||
JwtModule,
|
||||
],
|
||||
controllers: [OrdersController],
|
||||
|
||||
Reference in New Issue
Block a user