Fix problem in payment process

stable
Jesús Espino 2017-10-20 09:13:37 +02:00
parent 230be7109b
commit 1688f548d5
1 changed files with 1 additions and 1 deletions

View File

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