[backport] Fix problem in payment process

stable
Jesús Espino 2017-10-20 09:13:37 +02:00
parent 50145e5ffb
commit f3c2a34983
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ class AnalyticsService extends taiga.Service
'position': 1,
})
@win.ga('ec:setAction','purchase', {
'id': response.data.data.subscriptionId,
'id': plan_id,
'revenue': plan_price,
})
@win.ga('send', 'event', 'checkout', 'Plan checkout')