Skip to content

Commit

Permalink
Add requiresShipping field to inventoryItem in update-price.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalsoueidan committed Jun 4, 2024
1 parent e7faa7c commit 68a532b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ describe("CustomerProductUpdateOrchestration", () => {
?.variants.nodes[0].id,
price: product.price?.amount,
compareAtPrice: product.compareAtPrice?.amount,
inventoryItem: {
requiresShipping: false,
},
},
],
},
Expand Down

0 comments on commit 68a532b

Please sign in to comment.