Getting docker build ready again

This commit is contained in:
Jonas Linter
2025-09-29 09:48:44 +02:00
parent 76176f8a79
commit 958e48b40a
3 changed files with 7 additions and 1 deletions

View File

@@ -126,10 +126,13 @@ def main():
utm_comment = " | ".join(utm_comment_text) if utm_comment_text else None
offer = data.get("field:angebot_auswaehlen")
contact_id = data.get("contact", {}).get("contactId")
# Save customer and reservation to DB
db_customer = DBCustomer(
given_name=first_name,
surname=last_name,
contact_id=contact_id,
name_prefix=name_prefix,
email_address=email,
phone=phone_number,
@@ -189,6 +192,8 @@ def main():
)
# CustomerData
phone_numbers = [(phone_number, PhoneTechType.MOBILE)] if phone_number else []
customer_data = CustomerData(