metaregistrar / php-epp-client

Object-oriented PHP EPP Client
https://www.metaregistrar.com/docs/
MIT License
210 stars 154 forks source link

Class 'Metaregistrar\\EPP\\euridEppDeleteDomainRequest' not found #227

Closed djurred closed 4 years ago

djurred commented 4 years ago

I've got the error Class 'Metaregistrar\EPP\euridEppDeleteDomainRequest' not found when I want to delete a .eu domain.

Renaming Protocols/EPP/eppExtensions/domain-ext-2.3/eppRequests/euridDeleteDomainRequest.php to: Protocols/EPP/eppExtensions/domain-ext-2.3/eppRequests/euridEppDeleteDomainRequest.php solved the issue for me.

Is this a bug, or am I using the wrong function?