We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a764f81 commit 6497730Copy full SHA for 6497730
src/Domains/Registrar/Adapter/NameCom.php
@@ -44,7 +44,7 @@ class NameCom extends Adapter
44
public const ERROR_MAP = [
45
self::ERROR_NOT_FOUND => 404,
46
self::ERROR_DOMAIN_TAKEN => null,
47
- self::ERROR_INVALID_AUTH_CODE => 500,
+ self::ERROR_INVALID_AUTH_CODE => null,
48
self::ERROR_INVALID_CONTACT => null,
49
self::ERROR_INVALID_DOMAIN => null,
50
self::ERROR_INVALID_DOMAINS => null,
0 commit comments