payment redirect

This commit is contained in:
2025-12-01 10:34:40 +03:30
parent 016e2f24a9
commit d82c850fab
6 changed files with 206 additions and 8 deletions
+2
View File
@@ -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],