Fix problem in payment process
parent
230be7109b
commit
1688f548d5
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue