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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user