We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321d9f8 commit a0834c9Copy full SHA for a0834c9
@ecomplus/widget-tiktok-pixel/src/lib/watch-app-routes.js
@@ -1,5 +1,4 @@
1
import ecomCart from '@ecomplus/shopping-cart'
2
-import ecomPassport from '@ecomplus/passport-client'
3
import { currency } from './common'
4
5
export default (ttq, options) => {
@@ -23,7 +22,7 @@ export default (ttq, options) => {
23
22
data.contents.push({
24
content_id: sku,
25
content_name: name,
26
- price: price,
+ price,
27
content_type: 'product',
28
quantity
29
})
@@ -67,7 +66,6 @@ export default (ttq, options) => {
67
66
68
let emitPurchaseTimer
69
const addRouteToData = ({ name, params }) => {
70
- console.log(params)
71
switch (name) {
72
case 'cart':
73
emitCheckout(1)
0 commit comments