diff --git a/app/coffee/modules/common/analytics.coffee b/app/coffee/modules/common/analytics.coffee index 70d56293..475f5f40 100644 --- a/app/coffee/modules/common/analytics.coffee +++ b/app/coffee/modules/common/analytics.coffee @@ -128,9 +128,9 @@ class AnalyticsService extends taiga.Service return if not @win.ga @win.ga('ec:addProduct', { - 'id': plan.plan_id, - 'name': plan.name, - 'price': plan.price, + 'id': plan_id, + 'name': plan_name, + 'price': plan_price, 'category': "plans", 'quantity': 1, 'position': 1,