Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shipping Method Restrictions based on 'StateProvince' #7163

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on May 1, 2024

  1. feature/add new entity named 'ShippingMethodStateProvinceMapping' to …

    …handle shipping method restritions based on states/provinces of each country
    Dev-Sina authored and Dev-Sina committed May 1, 2024
    Configuration menu
    Copy the full SHA
    fd2a277 View commit details
    Browse the repository at this point in the history
  2. Make CountryId of new entity of 'ShippingMethodStateProvinceMapping' …

    …to CASCADE NOACTION; because StateProvinceId is on CASCADE DELETE and the CountryId in the StateProvince is on CASCADE DELETE, too.
    Dev-Sina authored and Dev-Sina committed May 1, 2024
    Configuration menu
    Copy the full SHA
    cce17fe View commit details
    Browse the repository at this point in the history