trypost/tests/Feature/Onboarding
Paulo Castellano 974c076e86 fix(tracking): fire begin_checkout when onboarding checkout starts
trackBeginCheckout was defined but never called, so the begin_checkout
(GTM/dataLayer) and checkout.started (PostHog) events never fired. Wire
it into the onboarding Connect submit handler, before the redirect to
Stripe, and pass the workspace plan from the controller so the event
carries plan name + interval.
2026-07-02 09:21:31 -03:00
..
OnboardingControllerTest.php fix(tracking): fire begin_checkout when onboarding checkout starts 2026-07-02 09:21:31 -03:00