hotfix(medusa-plugin-segment): Unit price (#162)

This commit is contained in:
Oliver Windall Juhl
2021-02-01 20:50:47 +01:00
committed by GitHub
parent 4b52e9680f
commit 0e0dfea571

View File

@@ -126,7 +126,7 @@ class SegmentService extends BaseService {
return {
name,
variant,
price: unit_price,
price: unit_price / 100,
reporting_revenue: revenue,
product_id: item.variant.product_id,
sku,