mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 17:55:55 +02:00
Merge branch 'contact_ident'
Conflicts: db/schema.rb
This commit is contained in:
commit
8a4b91c3b7
8 changed files with 45 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue