Skip to content

Commit 6497730

Browse files
committed
remove error code
1 parent a764f81 commit 6497730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Domains/Registrar/Adapter/NameCom.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class NameCom extends Adapter
4444
public const ERROR_MAP = [
4545
self::ERROR_NOT_FOUND => 404,
4646
self::ERROR_DOMAIN_TAKEN => null,
47-
self::ERROR_INVALID_AUTH_CODE => 500,
47+
self::ERROR_INVALID_AUTH_CODE => null,
4848
self::ERROR_INVALID_CONTACT => null,
4949
self::ERROR_INVALID_DOMAIN => null,
5050
self::ERROR_INVALID_DOMAINS => null,

0 commit comments

Comments
 (0)