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()
|
||||
async def create_order(
|
||||
request: Request,
|
||||
payment_data: CreateOrder,
|
||||
auth: AuthContext = Depends(require_access_token),
|
||||
command: CreateOrderCommand = Depends(get_create_order_command),
|
||||
|
||||
Reference in New Issue
Block a user