Show countries for delivery process forms. Refactor countries.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export const fromWiaasCountryList = (countryList) => {
|
||||
return {
|
||||
idCountry: countryList.country_id,
|
||||
countryName: countryList.country_name
|
||||
idCountry: countryList.code,
|
||||
countryName: countryList.name
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user