Use get for dict access in order serializer
Closes no issue
Previous behaviour
Steps to reproduce:
- Create an order through /api/v1/pizzas/orders without specifying name or member
- Crash
New behaviour
Steps to validate that it works:
- Create an order through /api/v1/pizzas/orders without specifying name or member
- It works