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.
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:
"DomainCreateResult":{"_Domain":"asdasdasdasdtest.co","_Registered":"true"
It works perfectly, but no matter what, the default contact validation will not work.