feat: add mpre endpoints
This commit is contained in:
@@ -169,6 +169,7 @@ async def _websocket_auth_context(websocket: WebSocket, jwt_service: IJwtService
|
|||||||
)
|
)
|
||||||
@csrf_protect()
|
@csrf_protect()
|
||||||
async def create_order(
|
async def create_order(
|
||||||
|
request: Request,
|
||||||
payment_data: CreateOrder,
|
payment_data: CreateOrder,
|
||||||
auth: AuthContext = Depends(require_access_token),
|
auth: AuthContext = Depends(require_access_token),
|
||||||
command: CreateOrderCommand = Depends(get_create_order_command),
|
command: CreateOrderCommand = Depends(get_create_order_command),
|
||||||
|
|||||||
Reference in New Issue
Block a user