mirror of
https://github.com/internetee/registry.git
synced 2025-07-13 14:35:05 +02:00
Take into account address_processing setting when creating and updating the contact via EPP
#251
This commit is contained in:
parent
a77a0ae558
commit
d3b1a23e92
11 changed files with 311 additions and 164 deletions
8
config/locales/contacts.en.yml
Normal file
8
config/locales/contacts.en.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
en:
|
||||
activerecord:
|
||||
errors:
|
||||
models:
|
||||
contact:
|
||||
attributes:
|
||||
country_code:
|
||||
invalid: Country code is not valid, should be in ISO_3166-1 alpha 2 format
|
5
config/locales/epp/contacts.en.yml
Normal file
5
config/locales/epp/contacts.en.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
en:
|
||||
epp:
|
||||
contacts:
|
||||
completed: Command completed successfully
|
||||
completed_without_address: Command completed successfully; Postal address data discarded
|
Loading…
Add table
Add a link
Reference in a new issue