saleor / saleor-storefront

A GraphQL-powered, NextJs-based, PWA storefront for Saleor. IMPORTANT: This project is [DEPRECATED] in favor of saleor/react-storefront soon to become our default demo and storefront starter pack.
https://demo.saleor.io/
BSD 3-Clause "New" or "Revised" License
770 stars 672 forks source link

Drop ProductVariant.isAvailable field #965

Closed maarcingebala closed 3 years ago

maarcingebala commented 3 years ago

This PR removes the deprecated ProductVariant.isAvailable field.

Screenshots

Pull Request Checklist

  1. [ ] All visible strings are translated with proper context.
  2. [ ] All data-formatting is locale-aware (dates, numbers, and so on).
  3. [ ] The changes are tested.
  4. [ ] The code is documented (docstrings, project documentation).
  5. [ ] Changes are mentioned in the changelog.

Test Environment Config

API_URI=https://master.staging.saleor.rocks/graphql/

maarcingebala commented 3 years ago

Should be merged with:

patrys commented 3 years ago

Task linked: SALEOR-213 Update product variant availability check