Settings
fetchCountries function:
fetchCountries function:zid.store.settings.fetchCountries()then(function (response) {
})fetchCitiesOfCountry function:
fetchCitiesOfCountry function:zid.store.settings.fetchCitiesOfCountry(countryId).then(function (response) {
})fetchTermsAndCondition function:
fetchTermsAndCondition function:zid.store.settings.fetchTermsAndCondition().then(function (response) {
})fetchPrivacyPolicy function:
fetchPrivacyPolicy function:Last updated