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,