changes to the prices
This commit is contained in:
+4
-4
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user