diff --git a/services/web/frontend/js/features/subscription/components/preview-subscription-change/root.tsx b/services/web/frontend/js/features/subscription/components/preview-subscription-change/root.tsx index 76b5470f27..a81c1fe585 100644 --- a/services/web/frontend/js/features/subscription/components/preview-subscription-change/root.tsx +++ b/services/web/frontend/js/features/subscription/components/preview-subscription-change/root.tsx @@ -69,9 +69,9 @@ function PreviewSubscriptionChange() { upgradeType: 'add-on', referrer: purchaseReferrer, }) + eventTracking.sendMB('assistant-add-on-purchase') } - eventTracking.sendMB('assistant-add-on-purchase') payNowTask .runAsync(payNow(preview)) .then(() => {