Fix/pricing update fixes (#5275)

* fix for merging line items and quantity prices

* add changeset

* fix draft order unit_price calculation

* update test to reflect only quantity change

* fix unit tests

* update conditional
This commit is contained in:
Philip Korsholm
2023-10-03 11:20:49 +02:00
committed by GitHub
parent c5703a4765
commit 90e24c593f
9 changed files with 186 additions and 67 deletions

View File

@@ -987,6 +987,8 @@ module.exports = async (dataSource, data = {}) => {
variant_id: "test-variant",
product_id: "test-product",
cart_id: "test-cart-3",
should_merge: true,
metadata: {},
})
await manager.save(li2)

View File

@@ -92,7 +92,7 @@ module.exports = async (dataSource, data = {}) => {
id: "test-variant",
title: "test variant",
product_id: "test-product",
inventory_quantity: 1,
inventory_quantity: 2,
options: [
{
option_id: "test-option",