We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0029a2f commit f680ef5Copy full SHA for f680ef5
1 file changed
app/Jobs/CreateAnystackLicenseJob.php
@@ -51,8 +51,8 @@ private function createContact(): array
51
->filter()
52
->all();
53
54
- // TODO: It's unknown what will happen if an existing contact with
55
- // the same email address already exists.
+ // TODO: If an existing contact with the same email address already exists,
+ // anystack will return a 422 validation error response.
56
return $this->anystackClient()
57
->post('https://api.anystack.sh/v1/contacts', $data)
58
->throw()
0 commit comments