Skip to content

Commit

Permalink
Sets isDisposable as true on setRegion mutation
Browse files Browse the repository at this point in the history
  • Loading branch information
lbebber committed Jul 1, 2021
1 parent 299baba commit f6727fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/gatsby-theme-store/src/sdk/region/setRegion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const mutation = gql`
postalCode: $postalCode
country: $country
addressType: $addressType
isDisposable: true
}
orderFormId: $orderFormId
) {
Expand Down

0 comments on commit f6727fe

Please sign in to comment.