feat: add mpre endpoints

This commit is contained in:
2026-05-11 19:08:15 +03:00
parent 489c9cb2da
commit 852ee9ec2e

View File

@@ -169,6 +169,7 @@ async def _websocket_auth_context(websocket: WebSocket, jwt_service: IJwtService
)
@csrf_protect()
async def create_order(
request: Request,
payment_data: CreateOrder,
auth: AuthContext = Depends(require_access_token),
command: CreateOrderCommand = Depends(get_create_order_command),