diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/utils/googleTag.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/utils/googleTag.js b/src/core/utils/googleTag.js index 9faea39e..6b2c9dc2 100644 --- a/src/core/utils/googleTag.js +++ b/src/core/utils/googleTag.js @@ -28,5 +28,5 @@ export const gtagViewItem = (variants) => { price: variant.price.price }) } - gtag('event', 'view_item', { items }) + gtag('event', 'view_item', { currency: 'IDR', value: variants[0].price.priceDiscount, items }) } |
