Skip to content

Commit c003b9b

Browse files
fix(responsetranslator.php): reviewed error messaging for domain transfers pre-checks
1 parent 74e3be6 commit c003b9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/HEXONET/ResponseTranslator.php

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class ResponseTranslator
3333
"Request is not available; DOMAIN TRANSFER IS PROHIBITED BY STATUS (pendingdelete)" => "Deletion of this Domain Name is pending. Initiating a Transfer is therefore impossible.",
3434
"Request is not available; DOMAIN TRANSFER IS PROHIBITED BY WRONG AUTH" => "The given Authorization Code is wrong. Initiating a Transfer is therefore impossible.",
3535
"Request is not available; DOMAIN TRANSFER IS PROHIBITED BY AGE OF THE DOMAIN" => "This Domain Name is within 60 days of initial registration. Initiating a Transfer is therefore impossible.",
36+
"Attribute value is not unique; DOMAIN is already assigned to your account" => "You cannot transfer a domain that is already on your account at the registrar's system.",
3637
// CNR
3738
"Missing required attribute; premium domain name. please provide required parameters" => "Confirm the Premium pricing by providing the necessary premium domain price data.",
3839
"SkipPregQuote" => [

0 commit comments

Comments
 (0)