mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 22:46:22 +02:00
Add basic contact creation request to EPP
This commit is contained in:
parent
d0251de28f
commit
2187be6364
6 changed files with 100 additions and 1 deletions
13
app/helpers/epp/contacts_helper.rb
Normal file
13
app/helpers/epp/contacts_helper.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
module Epp::ContactsHelper
|
||||
def create_contact
|
||||
ccp = contact_create_params
|
||||
end
|
||||
|
||||
### HELPER METHODS ###
|
||||
|
||||
def contact_create_params
|
||||
{
|
||||
addr: get_params_hash('epp command create create postalInfo addr')
|
||||
}
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue