It looks like this method is never called. I tried with postman
{
"status_id": 4,
"order_type": "delivery",
"payment": "cod",
"menu_items": [
{
"name": "Napoli",
"price": 10,
"quantity": 1
},
{
"name": "Bolognese",
"price": 10,
"quantity": 2
}
]
}
And this
[{
"status_id": 4,
"order_type": "delivery",
"payment": "cod"
},
{
"menu_items": [
{
"name": "Napoli",
"price": 10,
"quantity": 1
},
{
"name": "Bolognese",
"price": 10,
"quantity": 2
}
]
}
]
but doesn’t works