fix(medusa): Remove shipping on updates to cart.items (#4715)

* rm shipping on line item updates

* Add tests

* remove verbose flag

* Create real-items-rhyme.md
This commit is contained in:
Oli Juhl
2023-08-08 14:53:47 +02:00
committed by GitHub
parent 0cba4d647d
commit a2d7540e40
6 changed files with 170 additions and 66 deletions
+1 -1
View File
@@ -520,7 +520,7 @@ module.exports = async (dataSource, data = {}) => {
id: "test-variant",
title: "test variant",
product_id: "test-product",
inventory_quantity: 1,
inventory_quantity: 10,
options: [
{
option_id: "test-option",