You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
395 B
17 lines
395 B
export const formIds = {
|
|
address1: 'address_line1',
|
|
address2: 'address_line2',
|
|
city: 'city',
|
|
cityId: 'city_id',
|
|
country: 'country',
|
|
countryId: 'countryId',
|
|
email: 'email',
|
|
firstname: 'firstname',
|
|
formError: 'formError',
|
|
initialCountryId: 'initialCountryId',
|
|
language: 'language',
|
|
lastname: 'lastname',
|
|
phone: 'phone',
|
|
postalCode: 'postal_code',
|
|
region: 'region',
|
|
}
|
|
|