hotfix(medusa-plugin-segment): Unit price (#162)
This commit is contained in:
@@ -126,7 +126,7 @@ class SegmentService extends BaseService {
|
|||||||
return {
|
return {
|
||||||
name,
|
name,
|
||||||
variant,
|
variant,
|
||||||
price: unit_price,
|
price: unit_price / 100,
|
||||||
reporting_revenue: revenue,
|
reporting_revenue: revenue,
|
||||||
product_id: item.variant.product_id,
|
product_id: item.variant.product_id,
|
||||||
sku,
|
sku,
|
||||||
|
|||||||
Reference in New Issue
Block a user