Skip to content

Commit

Permalink
Merge pull request #245 from ralphsomeday/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodf authored Jan 29, 2024
2 parents ea8565f + 83d58ff commit 2cd1730
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default gql`
${CartFragment}
${ErrorResultFragment}
mutation setOrderShippingMethod($shippingMethodId: ID!) {
mutation setOrderShippingMethod($shippingMethodId: [ID!]!) {
setOrderShippingMethod(shippingMethodId: $shippingMethodId) {
...Cart
...ErrorResult
Expand Down

0 comments on commit 2cd1730

Please sign in to comment.