Skip to content

Commit

Permalink
Merge pull request #215 from Shopify/@juanpprieto/cart-lines-remove
Browse files Browse the repository at this point in the history
LinesRemove hot fix
  • Loading branch information
juanpprieto authored Nov 18, 2022
2 parents 2504f9c + 72b5a35 commit d565b04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function diffLines({removingLineIds, prevLines, currentLines}: DiffLinesProps) {
Mutation -----------------------------------------------------------------------------------------
*/
const REMOVE_LINE_ITEMS_MUTATION = `#graphql
mutation ($cartId: ID!, $lineIds: [ID!]!, $language: LanguageCode)
mutation ($cartId: ID!, $lineIds: [ID!]!, $language: LanguageCode, $country: CountryCode)
@inContext(country: $country, language: $language) {
cartLinesRemove(cartId: $cartId, lineIds: $lineIds) {
cart {
Expand Down

0 comments on commit d565b04

Please sign in to comment.