diff --git a/support-frontend/assets/helpers/tracking/quantumMetric.ts b/support-frontend/assets/helpers/tracking/quantumMetric.ts index b2cd88456e..65dbbf6dce 100644 --- a/support-frontend/assets/helpers/tracking/quantumMetric.ts +++ b/support-frontend/assets/helpers/tracking/quantumMetric.ts @@ -376,7 +376,7 @@ function sendEventContributionCartValue( contributionType === 'ONE_OFF' ? SendEventContributionAmountUpdate.SingleContribution : SendEventContributionAmountUpdate.RecurringContribution; - const convertedValue = getCheckoutAnnualValue( + const convertedValue = getContributionAnnualValue( contributionType, parseInt(amount), sourceCurrency,