Commit 14051cd2 by Simon Chen

Update the order receipt frontend event for 'Completed Purchase'

parent f1558078
...@@ -9,7 +9,7 @@ define([ ...@@ -9,7 +9,7 @@ define([
'use strict'; 'use strict';
function trackPurchase(orderId, totalAmount, currency) { function trackPurchase(orderId, totalAmount, currency) {
window.analytics.track('Order Completed', { window.analytics.track('Completed Purchase', {
orderId: orderId, orderId: orderId,
total: totalAmount, total: totalAmount,
currency: currency currency: currency
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment