This commit is contained in:
Martin Lensment 2014-07-02 17:30:50 +03:00
parent 2187be6364
commit acb65c47d6
7 changed files with 39 additions and 70 deletions

View file

@ -1,13 +1,5 @@
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')
}
cp = Hash.from_xml(parsed_frame.css("epp command create create").to_xml).with_indifferent_access
end
end