Merge branch 'contact_ident'

Conflicts:
	db/schema.rb
This commit is contained in:
Andres Keskküla 2014-07-30 12:23:21 +03:00
commit 8a4b91c3b7
8 changed files with 45 additions and 6 deletions

View file

@ -24,6 +24,7 @@ describe 'EPP Contact', epp: true do
expect(response[:clTRID]).to eq('ABC-12345')
expect(Contact.first.name).to eq("John Doe")
expect(Contact.first.ident_type).to eq("op")
expect(Contact.count).to eq(1)
end

View file

@ -20,7 +20,7 @@
<contact:voice x="1234">+123.7035555555</contact:voice>
<contact:fax>+1.7035555556</contact:fax>
<contact:email>jdoe@example.com</contact:email>
<contact:ident>37605030299</contact:ident>
<contact:ident type="op">37605030299</contact:ident>
<contact:authInfo>
<contact:pw>2fooBAR</contact:pw>
</contact:authInfo>