mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 16:02:15 +02:00
Update public_contact.py
This commit is contained in:
parent
0e2dc2b4f2
commit
e8ac747ddc
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,8 @@ class PublicContact(TimeStampedModel):
|
|||
)
|
||||
pw = models.CharField(null=False, help_text="Contact's authorization code. 16 characters minimum.")
|
||||
|
||||
def debug_contact_info_epp(self):
|
||||
def print_contact_info_epp(self):
|
||||
"""Prints registry data for this PublicContact for easier debugging"""
|
||||
results = self.domain._request_contact_info(self, get_result_as_dict=True)
|
||||
logger.info("Contact Info from EPP:")
|
||||
logger.info("=====================")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue