Changes of the Prices

This commit is contained in:
2026-07-30 12:55:19 +02:00
parent 3d7eed0692
commit 395134b88f
2 changed files with 7 additions and 11 deletions
+5 -5
View File
@@ -63,12 +63,12 @@ BOOKING_FLOW_MAP = {
}
BOOKING_PRICE_MAP = {
"starter_package": 320.0,
"starter_package": 450.0,
"advanced_package": 0.0,
"inventarsystem": 250.0,
"buecherei": 150.0,
"terminverwaltung": 0.0,
"emailversand": 0.0,
"inventarsystem": 350.0,
"buecherei": 100.0,
"terminverwaltung": 100.0,
"emailversand": 50.0,
"schultraeger": 0.0,
"telefonsupport": 20.0,
}