File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -796,21 +796,21 @@ public function modifyContact(Registrar_Domain $domain)
796
796
{
797
797
$ this ->getLog ()->debug ('Updating contact info: ' . $ domain ->getName ());
798
798
799
- throw new Registrar_Exception ("Registry does not support contacts . " );
799
+ throw new Registrar_Exception ("To change contact information, please update your account profile . " );
800
800
}
801
801
802
802
public function enablePrivacyProtection (Registrar_Domain $ domain )
803
803
{
804
804
$ this ->getLog ()->debug ('Enabling Privacy protection: ' . $ domain ->getName ());
805
805
806
- throw new Registrar_Exception ("Registry does not support contacts . " );
806
+ throw new Registrar_Exception ("To change contact information, please update your account profile . " );
807
807
}
808
808
809
809
public function disablePrivacyProtection (Registrar_Domain $ domain )
810
810
{
811
811
$ this ->getLog ()->debug ('Disabling Privacy protection: ' . $ domain ->getName ());
812
812
813
- throw new Registrar_Exception ("Registry does not support contacts . " );
813
+ throw new Registrar_Exception ("To change contact information, please update your account profile . " );
814
814
}
815
815
816
816
public function getEpp (Registrar_Domain $ domain )
You can’t perform that action at this time.
0 commit comments