Remove contact code cache from domain contacts table

This commit is contained in:
Thiago Youssef 2022-05-04 14:38:14 +03:00
parent 3852620180
commit 750bf0821c
11 changed files with 42 additions and 50 deletions

View file

@ -9980,7 +9980,7 @@ RESPONSE:
</value>
</result>
<result code="2302">
<msg lang="en">Contact already exists on this domain [contact_code_cache]</msg>
<msg lang="en">Contact already exists on this domain [contact_code]</msg>
<value xmlns:obj="urn:ietf:params:xml:ns:obj">
<obj:contact>FIXED:MAK21</obj:contact>
</value>
@ -10505,7 +10505,7 @@ RESPONSE:
</value>
</result>
<result code="2302">
<msg lang="en">Contact already exists on this domain [contact_code_cache]</msg>
<msg lang="en">Contact already exists on this domain [contact_code]</msg>
<value xmlns:obj="urn:ietf:params:xml:ns:obj">
<obj:contact>FIXED:SH6021836789</obj:contact>
</value>
@ -14058,4 +14058,3 @@ RESPONSE:
</response>
</epp>
```