2024-04-19 21:42:34 +02:00
|
|
|
{
|
|
|
|
"addr": null,
|
|
|
|
"confirm": [
|
|
|
|
"true",
|
|
|
|
"false"
|
|
|
|
],
|
2024-05-03 00:19:00 +02:00
|
|
|
"dough": ["thick"],
|
|
|
|
"drink": ["pepsi", "cola", "water"],
|
|
|
|
"food": ["pizza"],
|
|
|
|
"meat": ["chicken", "ham", "tuna"],
|
|
|
|
"sauce": ["garlic", "1000w"],
|
2024-04-19 21:42:34 +02:00
|
|
|
"ingredient": {
|
2024-05-03 00:19:00 +02:00
|
|
|
"chicken": {},
|
|
|
|
"tuna": {},
|
|
|
|
"pineapple": {},
|
2024-04-19 21:42:34 +02:00
|
|
|
"onion": {},
|
2024-05-03 00:19:00 +02:00
|
|
|
"cheese": {},
|
2024-04-19 21:42:34 +02:00
|
|
|
"tomato": {},
|
2024-05-03 00:19:00 +02:00
|
|
|
"ham": {},
|
2024-05-08 21:26:16 +02:00
|
|
|
"pepper": {}
|
2024-04-19 21:42:34 +02:00
|
|
|
},
|
2024-05-03 00:19:00 +02:00
|
|
|
"menu": ["capri", "margarita", "hawajska", "barcelona", "tuna"],
|
2024-04-19 21:42:34 +02:00
|
|
|
"pizza": {
|
2024-05-03 00:19:00 +02:00
|
|
|
"capri": {
|
|
|
|
"ingredient": ["tomato", "ham", "mushrooms", "cheese"],
|
|
|
|
"price": 25
|
|
|
|
},
|
|
|
|
"margarita": {
|
|
|
|
"ingredient": ["tomato", "cheese"],
|
|
|
|
"price": 20
|
|
|
|
},
|
|
|
|
"hawajska": {
|
|
|
|
"ingredient": ["tomato", "pineapple", "chicken", "cheese"],
|
|
|
|
"price": 30
|
|
|
|
},
|
2024-04-19 21:42:34 +02:00
|
|
|
"barcelona": {
|
2024-05-03 00:19:00 +02:00
|
|
|
"ingredient": ["tomato", "onion", "ham", "pepper", "cheese"],
|
|
|
|
"price": 40
|
2024-04-19 21:42:34 +02:00
|
|
|
},
|
2024-05-03 00:19:00 +02:00
|
|
|
"tuna": {
|
|
|
|
"ingredient": ["tomato", "tuna", "onion", "cheese"],
|
|
|
|
"price": 40
|
|
|
|
}
|
2024-04-19 21:42:34 +02:00
|
|
|
},
|
|
|
|
"size": {
|
|
|
|
"m": {
|
|
|
|
"price_multiplier": 1
|
|
|
|
},
|
|
|
|
"l": {
|
|
|
|
"price_multiplier": 1.2
|
|
|
|
},
|
|
|
|
"xl": {
|
|
|
|
"price_multiplier": 1.4
|
|
|
|
}
|
2024-04-22 19:20:49 +02:00
|
|
|
},
|
|
|
|
"order": []
|
2024-04-19 21:42:34 +02:00
|
|
|
}
|