Skip to content

Commit da9da7f

Browse files
authored
Post request test.
1 parent 0542f71 commit da9da7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Api/Domain.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public function register($query)
170170
{
171171
$query['domain-name'] = $this->domain;
172172

173-
return $this->request('domains/register.json', $query, 'POST', true);
173+
return $this->request('domains/register.json', $query, 'POST');
174174
}
175175

176176
/**

0 commit comments

Comments
 (0)