refactor: moved default price into SCPriceGroup

This commit is contained in:
Michel Jonathan Schmitz
2019-02-27 13:59:14 +01:00
parent 86d9696f58
commit 797e5ca9de
6 changed files with 90 additions and 14 deletions

View File

@@ -9,10 +9,10 @@
],
"offers": [
{
"price": 2.45,
"prices": {
"default": 3.45,
"student": 2.45,
"employee": 2.45
"employee": 3.45
},
"provider": {
"name": "Studentenwerk",