- Issue created by @mandclu
The determineEvent() method in the EventPlatformHeaderCtaBlock class is effective for identifying the appropriate event term based on the current method. We need to use this logic other places, however, so we should move this to a service so it can be reused without duplicating the code.
Create a new EventHelper service class, and move in the determineEvent() method. Update EventPlatformHeaderCtaBlock to use the service.
Active
2.0
Code