From daf89f918918f717e5853ca7670b2042d617e12e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Wed, 29 Apr 2026 10:10:18 +0200 Subject: [PATCH] fix: initialize DOI in booking create flow with newsletter subscription --- src/Controller/Booking/Create/Step4Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controller/Booking/Create/Step4Controller.php b/src/Controller/Booking/Create/Step4Controller.php index 435b283..870cfcc 100644 --- a/src/Controller/Booking/Create/Step4Controller.php +++ b/src/Controller/Booking/Create/Step4Controller.php @@ -112,7 +112,7 @@ class Step4Controller extends AbstractBookingCreateController if (true === $newsletterOptInSelected) { try { $targetParticipant = $this->resolveNewsletterTargetParticipant($bookingCreateDto); - $this->doubleOptInService->requestDefaultListSubscription( + $this->doubleOptInService->requestConfirmation( $newsletterTargetEmail, $targetParticipant?->firstName, $targetParticipant?->lastName,