Skip to content

Commit

Permalink
💸 adjust Reimanns prices (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildmodeOne authored Sep 29, 2023
1 parent ac164b5 commit bdf99d6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions rogue-thi-app/data/reimanns-meals.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"originalLanguage": "de",
"prices": {
"employee": 5.2,
"student": 5.2,
"guest": 5.2
"employee": 5.5,
"student": 5.5,
"guest": 5.5
},
"variations": [
{
Expand Down Expand Up @@ -47,9 +47,9 @@
"en": "Menu with fries and drink"
},
"prices": {
"employee": 8.7,
"student": 8.7,
"guest": 8.7
"employee": 8.9,
"student": 8.9,
"guest": 8.9
}
}
]
Expand All @@ -63,9 +63,9 @@
},
"originalLanguage": "de",
"prices": {
"employee": 3.5,
"student": 3.5,
"guest": 3.5
"employee": 3.8,
"student": 3.8,
"guest": 3.8
},
"variations": [
{
Expand All @@ -74,9 +74,9 @@
"en": "Menu with fries and drink"
},
"prices": {
"employee": 6.5,
"student": 6.5,
"guest": 6.5
"employee": 6.8,
"student": 6.8,
"guest": 6.8
}
}
]
Expand All @@ -90,9 +90,9 @@
},
"originalLanguage": "de",
"prices": {
"employee": 3.5,
"student": 3.5,
"guest": 3.5
"employee": 5.8,
"student": 5.8,
"guest": 5.8
},
"variations": [
{
Expand Down
4 changes: 2 additions & 2 deletions rogue-thi-app/pages/api/reimanns.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ export default async function handler (req, res) {
category: 'Essen',
prices: {
student: 5.5,
employee: 6.2,
guest: 7.2
employee: 6.5,
guest: 7.5
},
allergens: null,
flags: null,
Expand Down

0 comments on commit bdf99d6

Please sign in to comment.