Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit c6f71e0

Browse files
authored
Merge pull request #29 from CyberfusionIO/feature/additional-errror
Use proper status code
2 parents 5fb03d7 + 5cef2c7 commit c6f71e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Enum/StatusCode.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class StatusCode
8484

8585
public const STATUS_DOMAIN_NOT_MUTATABLE = 'XMLERR 19';
8686

87-
public const STATUS_DOMAIN_EPP_NOT_AVAILABLE_DOMAIN_LOCKED = 'XMLERR 39';
87+
public const STATUS_DOMAIN_EPP_NOT_AVAILABLE_DOMAIN_LOCKED = 'XMLERR 390';
8888

8989
public const STATUS_DOMAIN_NOT_IN_ADMINISTRATION = 'XMLERR 24';
9090

0 commit comments

Comments
 (0)