diff --git a/src/dashboard/AppPlan/AppPlan.react.js b/src/dashboard/AppPlan/AppPlan.react.js index 913ff764b..afbe4fec3 100644 --- a/src/dashboard/AppPlan/AppPlan.react.js +++ b/src/dashboard/AppPlan/AppPlan.react.js @@ -215,7 +215,7 @@ class AppPlan extends DashboardView { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: 'paddle_purchase', - value: Number(data.data.totals.total) / 100, + value: Number(data.data.totals.total), currency: data.data.currency_code, transaction_id: data.data.transaction_id });