fix: price after discounts
This commit is contained in:
@@ -126,7 +126,7 @@ class SegmentService extends BaseService {
|
||||
return {
|
||||
name,
|
||||
variant,
|
||||
price: unit_price / 100,
|
||||
price: line_total / 100 / item.quantity,
|
||||
reporting_revenue: revenue,
|
||||
product_id: item.variant.product_id,
|
||||
sku,
|
||||
|
||||
Reference in New Issue
Block a user