Skip to content

Contact validation errors every time (with evidence) #17

@seowner

Description

@seowner

Hi,

It seems something is wrong with the contact validation. I have an array with all of the fields properly filled out, but no matter what, it errors and says "Registrant fields are required" and lists them all.

As a test, I changed the "create" function into something much more basic, and added all the fields into one array:

	public function create(array $domainInfo) {
		$data = $domainInfo;
		return $this->post($this->command.__FUNCTION__, $data);
	}

"DomainCreateResult":{"_Domain":"asdasdasdasdtest.co","_Registered":"true"

It works perfectly, but no matter what, the default contact validation will not work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions