fix(order, core-flows): Tax inclusive order line item adjustments (#12875)

* fix(order, core-flows): Tax inclusive order line item adjustments

* fix test
This commit is contained in:
Oli Juhl
2025-07-06 22:32:17 +02:00
committed by GitHub
parent 2f70f13351
commit a7700f116f
7 changed files with 391 additions and 28 deletions
@@ -195,6 +195,7 @@ export function prepareAdjustmentsData(data: CreateOrderAdjustmentDTO[]) {
amount: d.amount,
description: d.description,
promotion_id: d.promotion_id,
provider_id: d.promotion_id,
provider_id: d.provider_id,
is_tax_inclusive: d.is_tax_inclusive
}))
}