changes to the prices

This commit is contained in:
2026-09-15 16:41:27 +02:00
parent 3ddef7b65f
commit ce32ba59c2
2 changed files with 15 additions and 15 deletions
+4 -4
View File
@@ -74,10 +74,10 @@ BOOKING_FLOW_MAP = {
BOOKING_PRICE_MAP = {
"startpaket": 420.0,
"advanced_package": 0.0,
"inventarsystem": 350.0,
"buecherei": 100.0,
"terminverwaltung": 100.0,
"emailversand": 50.0,
"inventarsystem": 390.0,
"buecherei": 120.0,
"terminverwaltung": 120.0,
"emailversand": 70.0,
"schultraeger": 0.0,
}
BOOKING_ADMIN_EMAIL_FALLBACK = os.environ.get("BOOKING_ADMIN_EMAIL", "").strip()