We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when get emailvalidation result, and you set the results array the result, the url builder is implode the array, but the is wait array..
the wrong params:
results=valid,failed
the good is:
results[]=valid&result[]=failed...
The text was updated successfully, but these errors were encountered:
$url = $this->buildUri("$this->endpoint/$emailVerificationId/results")."?".http_build_query([ 'page' => $page, 'limit' => $limit, 'results' => $results, ]);
Sorry, something went wrong.
No branches or pull requests
when get emailvalidation result, and you set the results array the result, the url builder is implode the array, but the is wait array..
the wrong params:
results=valid,failed
the good is:
results[]=valid&result[]=failed...
The text was updated successfully, but these errors were encountered: