fix: add subtitle to tracks

This commit is contained in:
Sebastian Rindom
2021-02-25 08:32:45 +01:00
parent 5ed9e3057d
commit 0c294b7b3a

View File

@@ -142,6 +142,7 @@ class SegmentService extends BaseService {
reporting_revenue: revenue,
product_id: item.variant.product_id,
category: product.collection?.title,
subtitle: product.subtitle,
type: product.type?.value,
sku,
quantity: item.quantity,